nandakumar131 opened a new pull request, #4358: URL: https://github.com/apache/ozone/pull/4358
## What changes were proposed in this pull request? This change introduces support for `removeSCM` in `SCMRatisServer`. As part of SCM decommissioning, the Ratis set configuration should be executed with a new peer list to remove the decommissioning SCM node from the Raft Ring. `SCMRatisServer` should expose the method to perform remove node which should call Ratis set configuration with a new peer list. `notifyConfigurationChanged` on `SCMStateMachine` should be idempotent as this can be called during SCM restart while applying the Raft log. ## What is the link to the Apache JIRA HDDS-7853 ## How was this patch tested? Unit tests added -- 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]
