HDFS-14247. Repeat adding node description into network topology. Contributed by HuangTao.
This commit is contained in:
parent
dcaca19871
commit
80b77deb42
|
@ -1134,7 +1134,6 @@ public class DatanodeManager {
|
|||
nodeDescr.setDependentHostNames(
|
||||
getNetworkDependenciesWithDefault(nodeDescr));
|
||||
}
|
||||
networktopology.add(nodeDescr);
|
||||
nodeDescr.setSoftwareVersion(nodeReg.getSoftwareVersion());
|
||||
resolveUpgradeDomain(nodeDescr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue