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

When the table is turned on normalize, the first region may not be merged even the size is 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.4.1
    • 3.0.0-alpha-1, 2.5.0, 2.4.2
    • Normalizer
    • None

    Description

      Suppose a table has 8 regions, the sizes are [0, 10, 1, 0, 9, 0, 12, 0], the average region size is 4, and split is disabled.

      The current Normalizer can only get three merge plans (use size to represent region):

      [1, 0], [9, 0],[12, 0]

      It can not merge the first region, even it's size is 0.

      Attachments

        Activity

          People

            DeanZ Baiqiang Zhao
            DeanZ Baiqiang Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: