You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2014/05/23 19:32:34 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/master 28adf6065 -> ca2a11cd3


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ca2a11cd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ca2a11cd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ca2a11cd

Branch: refs/heads/master
Commit: ca2a11cd3bad1b4eb533b1bca4a2f2257eb59ad2
Parents: 28adf60
Author: Nicolas Liochon <nk...@gmail.com>
Authored: Fri May 23 19:32:21 2014 +0200
Committer: Nicolas Liochon <nk...@gmail.com>
Committed: Fri May 23 19:32:21 2014 +0200

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ca2a11cd/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index f4087aa..c9b83ab 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -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