HDFS-12287. Remove a no-longer applicable TODO comment in DatanodeManager. Contributed by Chen Liang.

This commit is contained in:
Yiqun Lin 2017-08-11 14:13:45 +08:00
parent a32e0138fb
commit f13ca94954
1 changed files with 0 additions and 2 deletions

View File

@ -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);