HBASE-2149 hbase.regionserver.global.memstore.lowerLimit is too low

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-01-22 18:38:59 +00:00
parent c40524be57
commit 1bce5eb1d7
2 changed files with 2 additions and 1 deletions

View File

@ -328,6 +328,7 @@ Release 0.21.0 - Unreleased
the requests/sec is wrong as is the requests/sec is wrong as is
HBASE-2151 Remove onelab and include generated thrift classes in javadoc HBASE-2151 Remove onelab and include generated thrift classes in javadoc
(Lars Francke via Stack) (Lars Francke via Stack)
HBASE-2149 hbase.regionserver.global.memstore.lowerLimit is too low
NEW FEATURES NEW FEATURES
HBASE-1961 HBase EC2 scripts HBASE-1961 HBase EC2 scripts

View File

@ -267,7 +267,7 @@
</property> </property>
<property> <property>
<name>hbase.regionserver.global.memstore.lowerLimit</name> <name>hbase.regionserver.global.memstore.lowerLimit</name>
<value>0.25</value> <value>0.35</value>
<description>When memstores are being forced to flush to make room in <description>When memstores are being forced to flush to make room in
memory, keep flushing until we hit this mark. Defaults to 30% of heap. memory, keep flushing until we hit this mark. Defaults to 30% of heap.
This value equal to hbase.regionserver.global.memstore.upperLimit causes This value equal to hbase.regionserver.global.memstore.upperLimit causes