siddhantsangwan commented on PR #3423:
URL: https://github.com/apache/ozone/pull/3423#issuecomment-1138181332

   During manual testing in a cluster, I discovered that if a Storage Container 
Manager process is stopped, it would lead to balancer also stopping because of 
`containerBalancer.stopBalancer();` being called in 
`StorageContainerManager#stop`. This is undesirable since we want balancer to 
start running in the new leader. I'm now testing if calling 
`containerBalancer.stop()` instead has the desired effect.


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