You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/05/28 14:33:00 UTC

[jira] [Work started] (HBASE-25938) The SnapshotOfRegionAssignmentFromMeta.initialize call in FavoredNodeLoadBalancer is just a dummy one

     [ https://issues.apache.org/jira/browse/HBASE-25938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-25938 started by Duo Zhang.
-----------------------------------------
> The SnapshotOfRegionAssignmentFromMeta.initialize call in FavoredNodeLoadBalancer is just a dummy one
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25938
>                 URL: https://issues.apache.org/jira/browse/HBASE-25938
>             Project: HBase
>          Issue Type: Bug
>          Components: Balancer, FavoredNodes
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)