You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "David Manning (Jira)" <ji...@apache.org> on 2023/10/12 23:15:00 UTC

[jira] [Commented] (HBASE-25222) Add a cost function to move the daughter regions of a recent split to different region servers

    [ https://issues.apache.org/jira/browse/HBASE-25222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774707#comment-17774707 ] 

David Manning commented on HBASE-25222:
---------------------------------------

Seems like in hbase 2.x, this is already less of an issue, because the SplitTableRegionProcedure will choose new servers to open the daughter regions. In hbase 1.x, the daughter regions would open on the same server as the parent region.

> Add a cost function to move the daughter regions of a recent split to different region servers 
> -----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25222
>                 URL: https://issues.apache.org/jira/browse/HBASE-25222
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Sandeep Pal
>            Assignee: Sandeep Pal
>            Priority: Major
>
> In HBase, hotspot regions are easily formed whenever there is skew and there is high write volume. Few regions grow really fast which also becomes the bottleneck on the few region servers. 
> It would be beneficial to add a cost function to move the regions after the split to differetn region servers. In this way the writes to hot key range will be distributed to multiple region servers. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)