Details
-
Umbrella
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In StochasticLoadBalancer, some methods are synchronized, for example, setClusterMetrics, setConf, balanceTable, etc.
What I can see is that, we have ConfigurationObserver support, so we need to make sure that the configuration updating does not effect the balance operation, so we need synchronization here. But do we support two balance operations at the same time? And what about other balancer implementations?
I think we need to make the synchronization more clearer.
Attachments
Issue Links
- is related to
-
HBASE-25649 Complete the work on moving all the balancer related classes to hbase-balancer module
- Resolved