sodonnel opened a new pull request, #3956: URL: https://github.com/apache/ozone/pull/3956
## What changes were proposed in this pull request? While looking into mis-replicated handling for EC, we found the code is much simplified if we handle mis-replicated containers only when they are not also over or under replicated. With that in mind, we should have a separate unhealthy state for mis-replication, rather than making it part of under-replication. This change adds that new state, adds mis-replication logic to the ECReplicationCheckHandler and amends the RatisReplicationCheckHandler to match it. For now, a mis-replicated queue has been added, but this may change later, as we need to look into the queues and see if they need more work to separate out EC and Ratis or not. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7488 ## How was this patch tested? New and modified unit tests -- 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]
