HBASE-19090 Add config 'hbase.systemtables.compacting.memstore.type' to

hbase-default.xml
This commit is contained in:
Ramkrishna 2017-10-26 12:40:55 +05:30
parent 69e0054853
commit 1b70751c9c
1 changed files with 7 additions and 0 deletions

View File

@ -304,6 +304,13 @@ possible configurations would overwhelm and obscure the important.
The default value in this configuration has been intentionally left empty in order to
honor the old hbase.regionserver.global.memstore.lowerLimit property if present.</description>
</property>
<property>
<name>hbase.systemtables.compacting.memstore.type</name>
<value>NONE</value>
<description>Determines the type of memstore to be used for system tables like META, namespace tables etc.
By default NONE is the type and hence we use the default memstore for all the system tables. If we
need to use compacting memstore for system tables then set this property to BASIC/EAGER</description>
</property>
<property>
<name>hbase.regionserver.optionalcacheflushinterval</name>
<value>3600000</value>