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

Josh Elser updated HBASE-20111:
-------------------------------
    Release Note: When a split is requested on a Region, the RegionServer 
hosting that Region will now consult the configured SplitPolicy for that table 
when determining if a split of that Region is allowed. When a split is 
disallowed (due to the Region not being OPEN or the SplitPolicy denying the 
request), the operation will *not* be implicitly retried as it has previously 
done. Users will need to guard against and explicitly retry region split 
requests which are denied by the system.

> Able to split region explicitly even on shouldSplit return false from split 
> policy
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-20111
>                 URL: https://issues.apache.org/jira/browse/HBASE-20111
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Critical
>             Fix For: 2.0.0
>
>         Attachments: HBASE-20111.patch, HBASE-20111_test.patch
>
>
> Currently able to split the region explicitly even when the split policy 
> returns from shouldSplit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to