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

Disable action in CatalogJanitor#setEnabled should wait for active cleanup scan to finish

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0, 2.0.0
    • 1.3.0, 1.2.2, 1.1.6, 2.0.0
    • master
    • None
    • Reviewed

    Description

      When user calls Admin.enableCatalogJanitor(false) to disable the catalog janitor, it expects that the janitor would stop working once the API returns. It is not true, the janitor could have an active scan going on and clean up unused region. The 'false' state would be enforced during the next background runs.

      To avoid confusing, if 'CatalogJanitor.enabled' is true and we want to set to false in CatalogJanitor#setEnabled, the function should wait for the on-going active scan to complete.

      Attachments

        1. HBASE-15955.master-v1.patch
          1 kB
          Stephen Yuan Jiang

        Activity

          People

            syuanjiang Stephen Yuan Jiang
            syuanjiang Stephen Yuan Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: