You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/07/28 21:43:19 UTC

git commit: HBASE-11560 hbase.regionserver.global.memstore.size is documented twice (Misty Stanley-Jones)

Repository: hbase
Updated Branches:
  refs/heads/master 42fd74322 -> 6a14cf358


HBASE-11560 hbase.regionserver.global.memstore.size is documented twice (Misty Stanley-Jones)


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

Branch: refs/heads/master
Commit: 6a14cf358524b5feaf691111fab6e8bdb9e34552
Parents: 42fd743
Author: stack <st...@apache.org>
Authored: Mon Jul 28 12:43:00 2014 -0700
Committer: stack <st...@apache.org>
Committed: Mon Jul 28 12:43:00 2014 -0700

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6a14cf35/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 f617245..d806b87 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -263,14 +263,6 @@ possible configurations would overwhelm and obscure the important.
       blocked due to memstore limiting.</description>
   </property>
   <property>
-    <name>hbase.regionserver.global.memstore.size</name>
-    <value>0.4</value>
-    <description>Maximum size of all memstores in a region server before new updates are blocked 
-      and flushes are forced. Defaults to 40% of heap (0.4). Updates are blocked and region level
-      flushes are forced until size of all memstores in a region server hits 
-      hbase.regionserver.global.memstore.lowerLimit.</description>
-  </property>
-  <property>
     <name>hbase.regionserver.optionalcacheflushinterval</name>
     <value>3600000</value>
     <description>