siddhantsangwan commented on pull request #2893:
URL: https://github.com/apache/ozone/pull/2893#issuecomment-990665426


   I have one initial observation that could be a problem. The pattern of
    `this.config = ozoneConfiguration.
           getObject(ContainerBalancerConfiguration.class);
       config.initialize(ozoneConfiguration);`
   results in overriding the values of `size.entering.target.max`, 
`size.leaving.source.max`, and `balancing.iteration.interval`. 
   For example, if we set the value of size entering target using ozone 
configuration, the following `config.initialize` invocation would overwrite 
that value.


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