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

Space Quota: If some reasons are offline then quota usage calculation is not happening.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • None
    • None
    • None

    Description

      Space Quota: If some reasons are offline then quota usage calculation is not happening.

      Steps:

      Scenario1:

      1: create 'testmultireason','info0',SPLITS => ['100','200','300','400','500','600','700','800','900','1000']

      2: unassign '3f356ccac99fba4e12741a57f79a18a7' // close one of the region

      3: set_quota TYPE => SPACE, TABLE => 'testmultireason', LIMIT => '3M', POLICY => NO_INSERTS

      4: put some data

      5: observe that after some time data usage and state is also shown but usage is 0 only even if data has crossed quota limit

      Scenario2:

      1: set_quota TYPE => SPACE, TABLE => 'testmultireason2', LIMIT => '3M', POLICY => NO_INSERTS

      2: create 'testmultireason2','info0',SPLITS => ['100','200','300','400','500','600','700','800','900','1000']

      3: unassign '3b6e28e0060596e35814673ef4941d4c' //close one of the region

      4: put 4 mb data and observe that policy is in violation

      5: Observe after some time policy is changed from violation to In Observance

      Attachments

        Activity

          People

            Unassigned Unassigned
            a00408367 Ajeet Rai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: