HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96c80b48de
commit
ecb8ecae3f
|
@ -376,6 +376,7 @@ Release 0.21.0 - Unreleased
|
|||
of the supplied byte array (Bruno Dumon via Stack)
|
||||
HBASE-2211 Add a new Filter that checks a single column value but does not
|
||||
emit it. (Ferdy via Stack)
|
||||
HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
|
@ -383,9 +383,9 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.regions.slop</name>
|
||||
<value>0.1</value>
|
||||
<value>0.3</value>
|
||||
<description>Rebalance if regionserver has average + (average * slop) regions.
|
||||
Default is 10% slop.
|
||||
Default is 30% slop.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue