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

Decide if META/System tables should use Compacting Memstore or Default Memstore

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha-3
    • 2.0.0-alpha-4, 2.0.0
    • None
    • None
    • Reviewed
    • Hide
      Added a new config 'hbase.systemtables.compacting.memstore.type" for the system tables. By default all the system tables will have 'NONE' as the type and so it will be using the default memstore by default.
      {code}
       <property>
          <name>hbase.systemtables.compacting.memstore.type</name>
          <value>NONE</value>
        </property>
      {code}
      Show
      Added a new config 'hbase.systemtables.compacting.memstore.type" for the system tables. By default all the system tables will have 'NONE' as the type and so it will be using the default memstore by default. {code}  <property>     <name>hbase.systemtables.compacting.memstore.type</name>     <value>NONE</value>   </property> {code}

    Description

      HBASE-18992 brought this topic. Currently META is also using Compacting Memstore. We should decide if system tables can go with Default memstore only.

      Attachments

        1. HBASE-18994.patch
          3 kB
          ramkrishna.s.vasudevan
        2. HBASE-18994_1.patch
          3 kB
          ramkrishna.s.vasudevan
        3. HBASE-18994_2.patch
          3 kB
          ramkrishna.s.vasudevan
        4. HBASE-18994_3.patch
          3 kB
          ramkrishna.s.vasudevan

        Issue Links

          Activity

            People

              ram_krish ramkrishna.s.vasudevan
              ram_krish ramkrishna.s.vasudevan
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: