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

[jira] [Closed] (HBASE-15429) Add a split policy for busy regions

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

Andrew Kyle Purtell closed HBASE-15429.
---------------------------------------

> Add a split policy for busy regions
> -----------------------------------
>
>                 Key: HBASE-15429
>                 URL: https://issues.apache.org/jira/browse/HBASE-15429
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Ashu Pachauri
>            Assignee: Ashu Pachauri
>            Priority: Major
>             Fix For: 1.4.0, 1.3.1, 2.0.0
>
>         Attachments: HBASE-15429-V1.patch, HBASE-15429-V2.patch, HBASE-15429.branch-1.patch, HBASE-15429.patch
>
>
> Currently, all region split policies are based on size. However, in certain cases, it is a wise choice to make a split decision based on number of requests to the region and split busy regions.
> A crude metric is that if a region blocks writes often and throws RegionTooBusyExceoption, it's probably a good idea to split it.



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