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 227651046E for ; Sat, 15 Mar 2014 17:48:44 +0000 (UTC) Received: (qmail 16358 invoked by uid 500); 15 Mar 2014 17:48:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 16268 invoked by uid 500); 15 Mar 2014 17:48:43 -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 16256 invoked by uid 99); 15 Mar 2014 17:48:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2014 17:48:43 +0000 Date: Sat, 15 Mar 2014 17:48:43 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-10760) Wrong methods' names in ClusterLoadState class 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-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-10760: ------------------------------ Assignee: Victor Xu > Wrong methods' names in ClusterLoadState class > ---------------------------------------------- > > Key: HBASE-10760 > URL: https://issues.apache.org/jira/browse/HBASE-10760 > Project: HBase > Issue Type: Bug > Components: Balancer > Affects Versions: 0.98.0 > Reporter: Victor Xu > Assignee: Victor Xu > Priority: Minor > Attachments: HBASE_10760.patch, HBASE_10760_V2.patch > > > In ClusterLoadState class, there are two methods using the wrong names: getMaxLoad() and getMinLoad(). However, the implementation of the two methods are right, so just exchange them. -- This message was sent by Atlassian JIRA (v6.2#6252)