Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1BF1116E7 for ; Sat, 2 Aug 2014 00:39:41 +0000 (UTC) Received: (qmail 51668 invoked by uid 500); 2 Aug 2014 00:39:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51593 invoked by uid 500); 2 Aug 2014 00:39:39 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 51553 invoked by uid 99); 2 Aug 2014 00:39:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2014 00:39:39 +0000 Date: Sat, 2 Aug 2014 00:39:39 +0000 (UTC) From: "Ranjana Rajendran (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9741) Remove hbase.regions.slop from hbase-default.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)