HBASE-12744 hbase-default.xml lists hbase.regionserver.global.memstore.size twice (Jerry He)

This commit is contained in:
Enis Soztutar 2014-12-22 18:24:34 -08:00
parent 83cf07db66
commit 9b401498f7
1 changed files with 0 additions and 8 deletions

View File

@ -299,14 +299,6 @@ possible configurations would overwhelm and obscure the important.
A 100% value for this value causes the minimum possible flushing to occur when updates are
blocked due to memstore limiting.</description>
</property>
<property>
<name>hbase.regionserver.global.memstore.size</name>
<value>0.4</value>
<description>Maximum size of all memstores in a region server before new updates are blocked
and flushes are forced. Defaults to 40% of heap (0.4). Updates are blocked and region level
flushes are forced until size of all memstores in a region server hits
hbase.regionserver.global.memstore.lowerLimit.</description>
</property>
<property>
<name>hbase.regionserver.optionalcacheflushinterval</name>
<value>3600000</value>