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 2019/09/20 13:47:00 UTC

[jira] [Commented] (HBASE-23060) Allow config rs group for a region

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

Duo Zhang commented on HBASE-23060:
-----------------------------------

The idea is that, we can return a data structure instead of a simple string when calling TableDescriptor.getRegionServerGroup.

And we use row key range to store the information, for example

groupA; a, b => groupB; b, c => groupC

This means the rs group for this table is default to groupA, and if a region is in range [a, b), then its rs group is groupB, and if a region is in range [b, c), its rs group is groupC.

> Allow config rs group for a region
> ----------------------------------
>
>                 Key: HBASE-23060
>                 URL: https://issues.apache.org/jira/browse/HBASE-23060
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Duo Zhang
>            Priority: Major
>
> Sometimes we only want to separate a region which is the hotspot, so it will be good if we can config rs group for a region.



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