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:
parent
c40524be57
commit
1bce5eb1d7
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue