Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 15875 invoked from network); 20 Mar 2011 02:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Mar 2011 02:44:53 -0000 Received: (qmail 52162 invoked by uid 500); 20 Mar 2011 02:44:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52129 invoked by uid 500); 20 Mar 2011 02:44:53 -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 52121 invoked by uid 99); 20 Mar 2011 02:44:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 02:44:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 02:44:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C2B00400F94 for ; Sun, 20 Mar 2011 02:44:29 +0000 (UTC) Date: Sun, 20 Mar 2011 02:44:29 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <335288193.14062.1300589069794.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <30510262.170031294263525206.JavaMail.jira@thor> Subject: [jira] Resolved: (HBASE-3422) Balancer will try to rebalance thousands of regions in one go; needs an upper bound added. 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-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-3422. -------------------------- Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: [Reviewed] Lets try it Ted. On commit I added in being able to set in config. an explicit limit on how long balancer would run but that default is that this is not specified. I also added logging (DEBUG) for when balancer is cutoff because it ran out of time. Thanks for the patch Ted. Committed to TRUNK. > Balancer will try to rebalance thousands of regions in one go; needs an upper bound added. > ------------------------------------------------------------------------------------------ > > Key: HBASE-3422 > URL: https://issues.apache.org/jira/browse/HBASE-3422 > Project: HBase > Issue Type: Improvement > Components: master > Affects Versions: 0.90.0 > Reporter: stack > Assignee: Ted Yu > Fix For: 0.92.0 > > Attachments: hbase-3422.txt > > > See HBASE-3420. Therein, a wonky cluster had 5k regions on one server and < 1k on others. Balancer ran and wanted to redistribute 3k+ all in one go. Madness. > If a load of rebalancing to be done, should be done somewhat piecemeal. We need maximum regions to rebalance at a time upper bound at a minimum. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira