nandakumar131 commented on a change in pull request #1008: HDDS-1713. 
ReplicationManager fail to find proper node topology based…
URL: https://github.com/apache/hadoop/pull/1008#discussion_r302821281
 
 

 ##########
 File path: 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMDatanodeHeartbeatDispatcher.java
 ##########
 @@ -99,6 +99,9 @@ public SCMDatanodeHeartbeatDispatcher(NodeManager 
nodeManager,
       commands = nodeManager.getCommandQueue(dnID);
 
     } else {
+      // Get the datanode details again from node manager with the topology 
info
+      // for registered datanodes.
+      datanodeDetails = nodeManager.getNode(datanodeDetails.getIpAddress());
 
 Review comment:
   > More than one DN instances on the same machine are most likely from 
test/dev environment such as MiniOzoneCluster. In production, even containers 
in K8S has dedicate IPs.
   
   I agree, but the problem here is that after this change the test/dev 
environment where there are more than one datanode process running in same 
machine will not even work properly. Heartbeat from different datanode process 
(running on same machine) will be mapped to a single process and all the other 
datanode process will be marked as dead even though they are heartbeating.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to