sarvekshayr opened a new pull request, #9373: URL: https://github.com/apache/ozone/pull/9373
## What changes were proposed in this pull request? SCM’s replication manager is hardcoded to sample 100 containers in each state per iteration. Introduced `hdds.scm.replication.container.sample.limit` to make it dynamically configurable (without restart) to sample a custom number. ## What is the link to the Apache JIRA [HDDS-13998](https://issues.apache.org/jira/browse/HDDS-13998) ## How was this patch tested? ``` bash-5.1$ vi /etc/hadoop/ozone-site.xml bash-5.1$ ozone admin reconfig --service=SCM --address=scm:9860 start SCM: Started reconfiguration task on node [scm:9860]. bash-5.1$ ozone admin reconfig --service=SCM --address=scm:9860 status SCM: Reconfiguring status for node [scm:9860]: started at Mon Nov 24 12:41:11 UTC 2025 and finished at Mon Nov 24 12:41:11 UTC 2025. SUCCESS: Changed property hdds.scm.replication.container.sample.limit From: "100" To: "120" ``` -- 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]
