[
https://issues.apache.org/jira/browse/HBASE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ranjana Rajendran updated HBASE-9741:
-------------------------------------
Attachment: HBASE-9741-v3.patch
The parameter hbase.regions.slop is being used in several places. If the
default value of this parameter is not set, it is set to a specific value in
those functions. Removing the default value for this parameter however does not
seem meaningful.
HConstants.java sets the string LOAD_BALANCER_SLOP_KEY to "hbase.regions.slop"
as a final value. This patch modifies all the calls to get the value of
hbase.regions.slop to use HConstants. LOAD_BALANCER_SLOP_KEY.
> Remove hbase.regions.slop from hbase-default.xml
> ------------------------------------------------
>
> Key: HBASE-9741
> URL: https://issues.apache.org/jira/browse/HBASE-9741
> Project: HBase
> Issue Type: Bug
> Reporter: Elliott Clark
> Labels: noob
> Attachments: HBASE-9741-v0.patch, HBASE-9741-v1.patch,
> HBASE-9741-v3.patch
>
>
> Different balancers have different slop default values. We should remove
> hbase.regions.slop from hbase-default.xml
--
This message was sent by Atlassian JIRA
(v6.2#6252)