Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22342

space quota usage is calculated almost double then actual usage in case of Split /Merge of region

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • master

    Description

      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

      Attachments

        Activity

          People

            shardulsingh Shardul Singh
            a00408367 Ajeet Rai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: