You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/12/28 20:30:49 UTC

[jira] [Created] (HBASE-15044) Region normalization should be allowed when underlying namespace has quota

Ted Yu created HBASE-15044:
------------------------------

             Summary: Region normalization should be allowed when underlying namespace has quota
                 Key: HBASE-15044
                 URL: https://issues.apache.org/jira/browse/HBASE-15044
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu
            Assignee: Ted Yu


Currently when namespace has quota, HMaster#normalizeRegions() skips the tables in the namespace.

However, performing region merge(s) wouldn't violate quota constraint.
For region split, NamespaceAuditor#checkQuotaToSplitRegion() can be called to check whether quota is about to be exceeded. If not, region split plan can still be executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)