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

Fix update_all_config Table-level StoreHotnessProtector configuration was overwritten

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.3.4
    • None
    • regionserver
    • None

    Description

      When update_config was executed, the table level configuration was overwritten(hbase.region.store.parallel.put.limit), causing the table level personalized configuration to be restored to the global configuration unexpectedly. Table level attributes should be minimum scoped and should not be affected by global configuration.

      1、alter table set hbase.region.store.parallel.put.limit to 100

      alter 'test',CONFIGURATION =>

      {'hbase.region.store.parallel.put.limit' => 100}

      2、update_all_config

      The table-level configuration will be overwrite

      Attachments

        Issue Links

          Activity

            People

              yiran YR
              yiran YR
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: