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

Fix Memstore Flush section in HBase book

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • documentation
    • None
    • Reviewed

    Description

      65.7.2. MemStore Flush

      A MemStore flush can be triggered under any of the conditions listed below. The minimum flush unit is per region, not at individual MemStore level.

      // SKIPPED

      3. When the number of WAL per region server reaches the value specified in hbase.regionserver.max.logs, MemStores from various regions will be flushed out to disk to reduce WAL count. The flush order is based on time. Regions with the oldest MemStores are flushed first until WAL count drops below hbase.regionserver.max.logs.

      Section 3. requires clarification (reference to HBase version which supports this). Is it MultiWAL feature in 1.0?

      Attachments

        1. HBASE-13883.patch
          3 kB
          M Linville

        Activity

          People

            misty M Linville
            vrodionov Vladimir Rodionov
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: