ashishkumar50 opened a new pull request, #11000: URL: https://github.com/apache/ozone/pull/11000
## What changes were proposed in this pull request? Currently container balancer waits for (65mins(move timeout) + 70mins (balancing.iteration.interval)) in each iteration. 70 mins wait is redundant here as SCM receives node report every minute and gets usage info which DN have in memory. So instead of waiting 70mins, SCM can wait 3mins(node report interval is 1min by default) so that node report is received from DN and balancer can run continuously. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16160 ## How was this patch tested? Unit and Manual 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]
