sodonnel opened a new pull request, #3640: URL: https://github.com/apache/ozone/pull/3640
## What changes were proposed in this pull request? If a container has a missing replica, and some decommission replicas, then it will have both a reconstruction and replication command scheduled when it is processed for under replication. However, the target node picked for the reconstruction is not excluded when picking nodes for the replication, so it would be possible for both commands to target the same node with different indexes. We need to track all nodes selected when processing under replication to ensure they are not used twice. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7069 ## How was this patch tested? New unit test -- 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]
