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

For system tables, if config 'hbase.systemtables.compacting.memstore.type' is not specified then DefaultMemStore is used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 2.0.0-alpha-4
    • None
    • regionserver
    • None

    Description

      For system tables, if config 'hbase.systemtables.compacting.memstore.type' is not specified then code default 'NONE' is used which causes instantiation of DefaultMemStore class. That means for everyone to use CompactingMemStore they need to specify this config value. Reversing it will help i.e. if user explicitly specifies 'hbase.systemtables.compacting.memstore.type' to 'NONE' then only DefaultMemStore class is used.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              uagashe Umesh Agashe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: