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:41:57 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/branch-1 03e145107 -> c2256bd2a


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


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

Branch: refs/heads/branch-1
Commit: c2256bd2ae39611dec36ad83abde38f14c641192
Parents: 03e1451
Author: tedyu <yu...@gmail.com>
Authored: Fri Dec 25 15:41:52 2015 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Fri Dec 25 15:41:52 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/c2256bd2/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 759c369..4abefc2 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -592,8 +592,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>