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

Normalizer should consider region max file size when planning merges

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • master, Normalizer
    • None

    Description

      When the normalizer plans its actions, it does not consider hbase.hregion.max.filesize. This means it could get into a merge/split loop in collaboration with the region server: the normalizer sees two regions are smaller than the table average, it merges them. The resulting region is larger that this max file size, so the region server splits them. Repeat.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ndimiduk Nick Dimiduk
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: