HBASE-11560 hbase.regionserver.global.memstore.size is documented twice (Misty Stanley-Jones)
This commit is contained in:
parent
42fd743222
commit
6a14cf3585
|
@ -262,14 +262,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
|
A 100% value for this value causes the minimum possible flushing to occur when updates are
|
||||||
blocked due to memstore limiting.</description>
|
blocked due to memstore limiting.</description>
|
||||||
</property>
|
</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>
|
<property>
|
||||||
<name>hbase.regionserver.optionalcacheflushinterval</name>
|
<name>hbase.regionserver.optionalcacheflushinterval</name>
|
||||||
<value>3600000</value>
|
<value>3600000</value>
|
||||||
|
|
Loading…
Reference in New Issue