errose28 commented on code in PR #11023:
URL: https://github.com/apache/ozone/pull/11023#discussion_r3873542329


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManager.java:
##########
@@ -556,6 +553,20 @@ public void 
sendThrottledReconstructionCommand(ContainerInfo containerInfo,
     sendDatanodeCommand(command, containerInfo, target);
   }
 
+  private ComponentVersion computeVersionForReplication(DatanodeDetails 
source, DatanodeDetails target) {

Review Comment:
   We need this for reconstruction and reconciliation too. This should be a 
small change on top of this one since we just need to forward the version in 
the same way. Filed HDDS-16312



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to