HBASE-11209 Increase the default value for hbase.hregion.memstore.block.multipler from 2 to 4
This commit is contained in:
parent
28adf60658
commit
ca2a11cd3b
|
@ -559,7 +559,7 @@ possible configurations would overwhelm and obscure the important.
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.hregion.memstore.block.multiplier</name>
|
<name>hbase.hregion.memstore.block.multiplier</name>
|
||||||
<value>2</value>
|
<value>4</value>
|
||||||
<description>
|
<description>
|
||||||
Block updates if memstore has hbase.hregion.memstore.block.multiplier
|
Block updates if memstore has hbase.hregion.memstore.block.multiplier
|
||||||
times hbase.hregion.memstore.flush.size bytes. Useful preventing
|
times hbase.hregion.memstore.flush.size bytes. Useful preventing
|
||||||
|
|
Loading…
Reference in New Issue