symious opened a new pull request #2893: URL: https://github.com/apache/ozone/pull/2893
## What changes were proposed in this pull request? Issue happens when we try to update the config of "hdds.container.balancer.utilization.threshold", but the value from the SCM log said it's always the "0.1", which is the default value. After checking the code, the construction of ContainerBalancerConfiguration doesn't comply with the pattern of "ConfigGroup", this ticket is to fix the issue to update the configuration from config file. Since the class needs to hold OzoneConfiguration for configuration check, the method of "initialize" is created for this requirement. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6070 ## How was this patch tested? unit test -- 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]
