whbing commented on PR #5320: URL: https://github.com/apache/ozone/pull/5320#issuecomment-1732571329
@sodonnel Thanks ! It appears that not changing the original logic also has little impact. The goal is to find the node with more used space as the greater one. Even though the original logic compares based on "remaining," when they have similar weight, having a larger "remaining" also implies a larger "used." ``` case1: used 90%: |----9----|-1-| case2: used 90%: |---------------90--------------|-10-| ``` -- 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]
