You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ajeet Rai (JIRA)" <ji...@apache.org> on 2019/04/30 10:55:00 UTC

[jira] [Created] (HBASE-22342) space quota usage is calculated almost double then actual usage in case of Split /Merge of region

Ajeet Rai created HBASE-22342:
---------------------------------

             Summary: space quota usage is calculated almost double then actual usage in case of Split /Merge of region
                 Key: HBASE-22342
                 URL: https://issues.apache.org/jira/browse/HBASE-22342
             Project: HBase
          Issue Type: Bug
            Reporter: Ajeet Rai


space quota usage is calculated double for some time because it is considering the usage of the parent region report received earlier. This is normal behaviour because *hbase.master.quotas.region.report.retention.millis* is set as 10 minutes.It's not calculating the usage from the store files, it's taking the usage from the earlier report send to the master by the parent region server till 10 minutes.

So after 10 minutes, it stops considering the earlier region report and quota is not violated



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