siddhantsangwan edited a comment on pull request #2892:
URL: https://github.com/apache/ozone/pull/2892#issuecomment-1000129663


   A summary of the changes:
   
   1. Deprecate the proto fields `idleiterations` and 
`maxDatanodesRatioToInvolvePerIteration` and refactor them to `iterations` and 
`maxDatanodesPercentageToInvolvePerIteration`.
   2. Represent threshold as a percentage instead of a ratio. Since ratios are 
used in calculations, add a method `getThresholdAsRatio` in 
`ContainerBalancerConfiguration`.
   3. Change the default values of configurations along with their javadocs and 
related methods.
   4. This PR also pulls in changes from the related PR #2893 , so let's get 
that PR merged first.


-- 
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]

Reply via email to