sodonnel opened a new pull request, #4412: URL: https://github.com/apache/ozone/pull/4412
# What changes were proposed in this pull request? In a scenario where an EC container has two copies of the same replica index: 1. A maintenance replica index, where the maintenance node is dead 2. A copy which is decommissioning The replicate commands to resolve the decommissioning index can get sent to the dead maintenance node repeatedly, and then the decommission becomes stuck. This is because the replicas which were filtered previously are not passed into the method used to resolve the decommission and maintenance indexes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8171 ## How was this patch tested? Test added to reproduce the issue before making the code change. -- 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]
