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 7E52A619B for ; Mon, 25 Jul 2011 03:49:38 +0000 (UTC) Received: (qmail 12157 invoked by uid 500); 25 Jul 2011 03:49:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 12016 invoked by uid 500); 25 Jul 2011 03:49:35 -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 12008 invoked by uid 99); 25 Jul 2011 03:49:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 03:49:33 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Mon, 25 Jul 2011 03:49:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 07AC683269 for ; Mon, 25 Jul 2011 03:49:10 +0000 (UTC) Date: Mon, 25 Jul 2011 03:49:10 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <456287240.2764.1311565750028.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <518797882.2762.1311565390212.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4136) Load balancer may not have a chance to run due to RegionsInTransition being non-empty 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-4136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4136: -------------------------- Affects Version/s: 0.90.3 > Load balancer may not have a chance to run due to RegionsInTransition being non-empty > ------------------------------------------------------------------------------------- > > Key: HBASE-4136 > URL: https://issues.apache.org/jira/browse/HBASE-4136 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.3 > Reporter: Ted Yu > > I observed in our staging cluster that load balancer didn't run for a long period of time. > I saw the following in master log: > {code} > 2011-07-24 15:56:32,333 DEBUG org.apache.hadoop.hbase.master.HMaster: Not running balancer because 2 region(s) in transition: {4e7416833e3bbd6a8ade26f6986529bf=TABLE-1311419946465,E'\xFD\xDDu\xC3\x894\xF4$\xC0K\xA3!\x82\xB9\xD0\x7F|>\xAC\xDA81\xB6\x92\xED\xA9\x9C\xA6^\xF4,1311419961631.4e7416833e3bbd6a8ade26f6986529bf. state=PENDING_CLOSE, ts=... > {code} > This means we need to find a better way of permitting one balance run at a time. In HMaster.balance(): > {code} > if (this.assignmentManager.isRegionsInTransition()) { > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira