You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/15 00:30:00 UTC

[jira] [Resolved] (HBASE-17159) Improve the assignment plan when server aborted or creating tables, etc.

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

Andrew Kyle Purtell resolved HBASE-17159.
-----------------------------------------
    Resolution: Abandoned

> Improve the assignment plan when server aborted or creating tables, etc.
> ------------------------------------------------------------------------
>
>                 Key: HBASE-17159
>                 URL: https://issues.apache.org/jira/browse/HBASE-17159
>             Project: HBase
>          Issue Type: New Feature
>          Components: Balancer, Region Assignment
>    Affects Versions: 1.2.4, 2.0.0
>            Reporter: Charlie Qiangeng Xu
>            Priority: Major
>
> When master processing a dead serve or creating a new table, the assignment plan would be generated based on the roundRobinAssignment method of balancer.
> Yet if these operations happen a lot, the cluster would be out of balance both on table level and server level. Balancer would be triggered and may cause huge amount of region moves( This is what we observed).
> Ideally, the assignment should be able to consider the table or cluster level balance as well as locality(for the case of dead server). 
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)