sarvekshayr opened a new pull request, #6582: URL: https://github.com/apache/ozone/pull/6582
## What changes were proposed in this pull request? The Container Balancer Integration Test - `TestContainerBalancerOperations`, was flaky because the balancer would stop before it reaches the assertion checks. This happened because there were no unbalanced nodes in the cluster. Set this config `hdds.container.balancer.trigger.du.before.move.enable` to true to put the balancer to sleep while waiting for updated usage information from Datanodes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10709 ## How was this patch tested? Tested by running only this integration test in the Github Actions CI run multiple times. -- 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]
