ashishkumar50 commented on code in PR #4556:
URL: https://github.com/apache/ozone/pull/4556#discussion_r1166658535
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/LegacyReplicationManager.java:
##########
@@ -1273,6 +1273,7 @@ private List<ContainerReplica>
getReplicationSources(ContainerInfo container,
// maintenance nodes, as the replicas will remain present in the
// container manager, even when they go dead.
.filter(r -> getNodeStatus(r.getDatanodeDetails()).isHealthy()
+ && !r.getDatanodeDetails().isDecomissioned()
Review Comment:
Hi @sodonnel , thanks for the review. Handled for both Legacy and New
replication manager.
--
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]