瀏覽代碼

HDFS-13076: [SPS]: Addendum. Resolve conflicts after rebasing branch to trunk. Contributed by Rakesh R.

Rakesh Radhakrishnan 6 年之前
父節點
當前提交
dfcb331ba3

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java

@@ -3624,8 +3624,8 @@ public class DataNode extends ReconfigurableBase
     }
     return this.diskBalancer;
   }
-}
 
   StoragePolicySatisfyWorker getStoragePolicySatisfyWorker() {
     return storagePolicySatisfyWorker;
-  }}
+  }
+}