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

This commit is contained in:
tedyu 2015-12-25 15:37:31 -08:00
parent 1c7e9ec124
commit f53542c47d
1 changed files with 4 additions and 2 deletions

View File

@ -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>