HBASE-15026 The default value of "hbase.regions.slop" in docs is obsolete
This commit is contained in:
parent
1c7e9ec124
commit
f53542c47d
|
@ -586,8 +586,10 @@ possible configurations would overwhelm and obscure the important.
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.regions.slop</name>
|
<name>hbase.regions.slop</name>
|
||||||
<value>0.2</value>
|
<value>0.001</value>
|
||||||
<description>Rebalance if any regionserver has average + (average * slop) regions.</description>
|
<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>
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.server.thread.wakefrequency</name>
|
<name>hbase.server.thread.wakefrequency</name>
|
||||||
|
|
Loading…
Reference in New Issue