You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2015/12/26 00:37:39 UTC

hbase git commit: HBASE-15026 The default value of "hbase.regions.slop" in docs is obsolete

Repository: hbase
Updated Branches:
  refs/heads/master 1c7e9ec12 -> f53542c47


HBASE-15026 The default value of "hbase.regions.slop" in docs is obsolete


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

Branch: refs/heads/master
Commit: f53542c47d7f3d3de1195d4818545d79046e1d67
Parents: 1c7e9ec
Author: tedyu <yu...@gmail.com>
Authored: Fri Dec 25 15:37:31 2015 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Fri Dec 25 15:37:31 2015 -0800

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f53542c4/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 37a6298..d9a1994 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -586,8 +586,10 @@ possible configurations would overwhelm and obscure the important.
   </property>
   <property>
     <name>hbase.regions.slop</name>
-    <value>0.2</value>
-    <description>Rebalance if any regionserver has average + (average * slop) regions.</description>
+    <value>0.001</value>
+    <description>Rebalance if any regionserver has average + (average * slop) regions. 
+      The default value of this parameter is 0.001 in StochasticLoadBalancer (the default load balancer),
+      while the default is 0.2 in other load balancers (i.e., SimpleLoadBalancer).</description>
   </property>
   <property>
     <name>hbase.server.thread.wakefrequency</name>