siddhantsangwan commented on PR #3895: URL: https://github.com/apache/ozone/pull/3895#issuecomment-1303269404
@JacksonYao287 Thanks for reviewing. I agree that one datanode would not make much difference in large clusters; this bug is more apparent in small clusters. This change is more about correctness. While the previous code is simpler logic, it's not entirely correct. Suppose 9 out of 10 datanodes have been involved in balancing. Now, users can expect this iteration to continue if some datanodes are still under and over utilized. But because of the current logic, this iteration will be stopped. -- 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]
