siddhantsangwan opened a new pull request, #4025: URL: https://github.com/apache/ozone/pull/4025
## What changes were proposed in this pull request? The new RM needs a handler that can process under replicated Ratis containers and create replication commands. Legacy RM does this in the `handleUnderReplicatedContainer` method. The new handler `RatisUnderReplicationHandler` mostly has the same logic as legacy with one notable difference - we don't need to handle mis replication (failure to meet placement policy) because that's a separate case now and should get its own handler. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7563 ## How was this patch tested? `TestRatisUnderReplicationHandler` -- 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]
