HDFS-8486. Addendum patch to fix backporting bug.
(cherry picked from commit 6c9e26609ceac5d16434cc7f4a1013e6faacd92f)
This commit is contained in:
parent
8549891cb3
commit
46e9926ce3
|
@ -1282,7 +1282,7 @@ public class DataNode extends ReconfigurableBase
|
|||
checkDiskError();
|
||||
|
||||
data.addBlockPool(nsInfo.getBlockPoolID(), conf);
|
||||
initDirectoryScanner(conf);
|
||||
initPeriodicScanners(conf);
|
||||
}
|
||||
|
||||
BPOfferService[] getAllBpOs() {
|
||||
|
|
Loading…
Reference in New Issue