adoroszlai opened a new pull request, #5088: URL: https://github.com/apache/ozone/pull/5088
## What changes were proposed in this pull request? Allow dynamic reconfiguration of `WritableECContainerProvider` config. https://issues.apache.org/jira/browse/HDDS-9038 ## How was this patch tested? Updated integration test. Tested in `ozone` compose example: ``` $ ozone freon ockg -n10 -t10 --type EC --replication rs-3-2-1024k ... $ ozone admin container list | jq -r '.containerID' | wc -l 5 # edit /etc/hadoop/ozone-site.xml, add ozone.scm.ec.pipeline.minimum=10 $ ozone admin reconfig --address scm:9860 start SCM: Started reconfiguration task on node [scm:9860]. $ ozone admin reconfig --address scm:9860 status SCM: Reconfiguring status for node [scm:9860]: started at Tue Jul 18 19:28:06 UTC 2023 and finished at Tue Jul 18 19:28:06 UTC 2023. SUCCESS: Changed property ozone.scm.ec.pipeline.minimum From: "5" To: "10" $ ozone freon ockg -n10 -t10 --type EC --replication rs-3-2-1024k ... $ ozone admin container list | jq -r '.containerID' | wc -l 10 ``` CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/5591531483 -- 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]
