HBASE-933 missing hbase.regions.slop in hbase-default.xml for 0.18 branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/branches/0.18@705285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f66d54b5d
commit
1ef1955aa8
|
@ -15,6 +15,8 @@ Release 0.18.1 - Unreleased
|
|||
HBASE-924 Update hadoop in lib on 0.18 hbase branch to 0.18.1
|
||||
HBASE-930 RegionServer stuck: HLog: Could not append. Requesting close of
|
||||
log java.io.IOException: Could not get block locations. Aborting...
|
||||
HBASE-933 missing hbase.regions.slop in hbase-default.xml for 0.18 branch
|
||||
(Rong-en Fan via Stack)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-920 Make region balancing sloppier
|
||||
|
|
|
@ -263,6 +263,13 @@
|
|||
HStoreFiles in a region. Default: 1 day.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regions.slop</name>
|
||||
<value>0.1</value>
|
||||
<description>Rebalance if regionserver has average + (average * slop) regions.
|
||||
Default is 10% slop.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.nbreservationblocks</name>
|
||||
<value>4</value>
|
||||
|
|
Loading…
Reference in New Issue