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

This commit is contained in:
tedyu 2015-12-25 15:41:52 -08:00
parent 03e1451070
commit c2256bd2ae
1 changed files with 4 additions and 2 deletions

View File

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