Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 82681 invoked from network); 25 Aug 2009 22:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 22:42:58 -0000 Received: (qmail 43756 invoked by uid 500); 25 Aug 2009 22:43:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 43720 invoked by uid 500); 25 Aug 2009 22:43:23 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 43710 invoked by uid 99); 25 Aug 2009 22:43:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 22:43:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 22:43:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 492D6234C04C for ; Tue, 25 Aug 2009 15:42:59 -0700 (PDT) Message-ID: <138321540.1251240179284.JavaMail.jira@brutus> Date: Tue, 25 Aug 2009 15:42:59 -0700 (PDT) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Reopened: (HBASE-1737) Regions unbalanced when adding new node In-Reply-To: <2132323707.1249333874939.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray reopened HBASE-1737: ---------------------------------- Commit of HBASE-1743 undid this patch, need to reapply. > Regions unbalanced when adding new node > --------------------------------------- > > Key: HBASE-1737 > URL: https://issues.apache.org/jira/browse/HBASE-1737 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.0 > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Blocker > Fix For: 0.20.0 > > Attachments: HBASE-1737-v1.patch > > > When adding a new RegionServer to a cluster, the new RS will receive some regions but not enough to actually be considered balanced. > To recreate, just take an RS offline, allow regions to be reassigned, and then bring it back up. > Master will get itself into a broken, stuck state where it continuously outputs a line like this: > {noformat} > 2009-08-03 12:54:57,812 DEBUG org.apache.hadoop.hbase.master.RegionManager: Server dn4,60020,1249329081079 will be unloaded for balance. Server load: 341 avg: 318.0, regions can be moved: 55 > {noformat} > This line is output every 3 seconds and never stops until another RS joins/leaves the cluster. > Making this a blocker because when your new RS only gets some regions (in my case, about half as many as it should have), then all new regions will be assigned to that RS. This basically destroys any possibility for good load distribution with new data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.