Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
0.90.0
-
None
-
None
Description
AssignmentManager.regionPlans is currently a ConcurrentSkipListMap so does not require synchronization. But sometimes we do multiple operations and we synchronize on it. But other times we don't synchronize on it at all.
Let's review and make sure we're doing the right thing.
Also see if we still need this AssignmentManager.updateTimers(). Don't we disable load balancer / expiration during startup or no?
Attachments
Issue Links
- relates to
-
HBASE-7327 Assignment Timeouts: Remove the code from the master
- Closed