HBASE-11209 Increase the default value for hbase.hregion.memstore.block.multipler from 2 to 4

This commit is contained in:
Nicolas Liochon 2014-05-23 19:32:21 +02:00
parent 28adf60658
commit ca2a11cd3b
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ possible configurations would overwhelm and obscure the important.
</property>
<property>
<name>hbase.hregion.memstore.block.multiplier</name>
<value>2</value>
<value>4</value>
<description>
Block updates if memstore has hbase.hregion.memstore.block.multiplier
times hbase.hregion.memstore.flush.size bytes. Useful preventing