HBASE-779 Test changing hbase.hregion.memcache.block.multiplier to 2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@680218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a68ef955d1
commit
5af2380bac
|
@ -321,6 +321,7 @@ Release 0.2.0
|
|||
(LN via Stack)
|
||||
HBASE-746 Batching row mutations via thrift (Tim Sell via Stack)
|
||||
HBASE-772 Up default lease period from 60 to 120 seconds
|
||||
HBASE-779 Test changing hbase.hregion.memcache.block.multiplier to 2
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-47 Option to set TTL for columns in hbase
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.hregion.memcache.block.multiplier</name>
|
||||
<value>1</value>
|
||||
<value>2</value>
|
||||
<description>
|
||||
Block updates if memcache has hbase.hregion.block.memcache
|
||||
time hbase.hregion.flush.size bytes. Useful preventing
|
||||
|
|
Loading…
Reference in New Issue