ivandika3 opened a new pull request, #9863: URL: https://github.com/apache/ozone/pull/9863
## What changes were proposed in this pull request? [HDDS-13890](https://issues.apache.org/jira/browse/HDDS-13890) supports reconfiguring ozone.scm.nodes.<service>, but not ozone.scm.address.<service>.<node> since reconfiguration framework requires reconfigurable properties to specified in advance. We can support to allow fully zero datanode restarts for SCM reconfiguration. However, this requires two reconfigurations ozone.scm.address.<service>.<node> ozone.scm.nodes.<service> If both configurations are changed at the same time, the ordering of the reconfiguration is not determined can cause unexpected behaviors. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14764 ## How was this patch tested? Update IT. Clean CI: https://github.com/ivandika3/ozone/actions/runs/22653730808 -- 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]
