HDFS-12287. Remove a no-longer applicable TODO comment in DatanodeManager. Contributed by Chen Liang.
This commit is contained in:
parent
a32e0138fb
commit
f13ca94954
|
@ -212,8 +212,6 @@ public class DatanodeManager {
|
|||
this.namesystem = namesystem;
|
||||
this.blockManager = blockManager;
|
||||
|
||||
// TODO: Enables DFSNetworkTopology by default after more stress
|
||||
// testings/validations.
|
||||
this.useDfsNetworkTopology = conf.getBoolean(
|
||||
DFSConfigKeys.DFS_USE_DFS_NETWORK_TOPOLOGY_KEY,
|
||||
DFSConfigKeys.DFS_USE_DFS_NETWORK_TOPOLOGY_DEFAULT);
|
||||
|
|
Loading…
Reference in New Issue