You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2021/03/18 19:42:00 UTC

[jira] [Resolved] (HBASE-25518) Support separate child regions to different region servers

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

Michael Stack resolved HBASE-25518.
-----------------------------------
    Fix Version/s: 2.4.3
                   2.5.0
                   3.0.0-alpha-1
     Hadoop Flags: Reviewed
     Release Note: 
Config key for enable/disable automatically separate child regions to different region servers in the procedure of split regions. One child will be kept to the server where parent region is on, and the other child will be assigned to a random server.

hbase.master.auto.separate.child.regions.after.split.enabled

Default setting is false/off.
       Resolution: Fixed

Merged to branch-2.4+. Thanks for the feature [~Xiaolin Ha]. 

> Support separate child regions to different region servers
> ----------------------------------------------------------
>
>                 Key: HBASE-25518
>                 URL: https://issues.apache.org/jira/browse/HBASE-25518
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.3
>
>
> Hot/Large regions can be splitted automatically by some split policies. But children regions will be both on the RS which owns the parent region. We can support dividing child regions from the master side, maybe add a step at the last of SplitTableRegionProcedure.



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