Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
After we introduced FavoredNodesManager, we do not need to load this information every time when balancing, as all the updates to favored nodes will go to FavoredNodesManager and it can update its in memory state accordingly.
The current SnapshotOfRegionAssignmentFromMeta.initialize is just a dummy one in FavoredNodeLoadBalancer, as we never use it in the method.
It will introduce a full scan on hbase:meta so let's just remove it.
Attachments
Issue Links
- blocks
-
HBASE-25916 Move FavoredNodeLoadBalancer to hbase-balancer module
- Resolved
- is related to
-
HBASE-16941 FavoredNodes - Split/Merge code paths
- Closed
- links to