huangzhaobo99 opened a new pull request, #7225: URL: https://github.com/apache/hadoop/pull/7225
### Description of PR With https://github.com/apache/hadoop/pull/7120 Similarly. It is used to limit the number of nodes that exceed the cluster average but are below threshold. During each round of balancer operation, sometimes does not focus on nodes that are greater than the average value(AboveAvgUtilized), but instead prioritizes processing nodes that exceed the threshold(OverUtilized), we can set 'limitAboveAvgUtilizedNum' value to 0. ### How was this patch tested? Add UT -- 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]
