From c2256bd2ae39611dec36ad83abde38f14c641192 Mon Sep 17 00:00:00 2001 From: tedyu Date: Fri, 25 Dec 2015 15:41:52 -0800 Subject: [PATCH] HBASE-15026 The default value of "hbase.regions.slop" in docs is obsolete (Tianyin Xu) --- hbase-common/src/main/resources/hbase-default.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 759c3694883..4abefc2bae0 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. hbase.regions.slop - 0.2 - Rebalance if any regionserver has average + (average * slop) regions. + 0.001 + 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). hbase.server.thread.wakefrequency