Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 83465 invoked from network); 5 Oct 2009 22:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 22:45:58 -0000 Received: (qmail 29077 invoked by uid 500); 5 Oct 2009 22:45:58 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 29032 invoked by uid 500); 5 Oct 2009 22:45:58 -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 29020 invoked by uid 99); 5 Oct 2009 22:45:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 22:45:58 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX 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; Mon, 05 Oct 2009 22:45:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93B8A234C1E7 for ; Mon, 5 Oct 2009 15:45:31 -0700 (PDT) Message-ID: <1853463151.1254782731603.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 15:45:31 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1868) Spew about rebalancing but none done.... In-Reply-To: <1522654627.1253897776002.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-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-1868: ------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committing. Reopen or open new issue if we see this again. > Spew about rebalancing but none done.... > ---------------------------------------- > > Key: HBASE-1868 > URL: https://issues.apache.org/jira/browse/HBASE-1868 > Project: Hadoop HBase > Issue Type: Bug > Environment: 0.20.0 RC2 > Reporter: stack > Fix For: 0.20.1 > > Attachments: 1868.patch > > > I'm seeing loads of this in logs: > {code} > 2009-09-24 21:27:22,130 DEBUG org.apache.hadoop.hbase.master.RegionManager: Server XX.XX.XX.100,20020,1253219583523 will be unloaded for balance. Server load: 5 avg: 3.78, regions can be moved: 4 > {code} > Its like balancer is coming up w/ wrong answer to question... I don't see subsequent stuff going on... It does it over and over for hours. > Then a split comes in and its seems to shake things up. I see it do a bunch of assigning. > {code} > 2009-09-24 21:41:02,784 INFO org.apache.hadoop.hbase.master.ServerManager: Processing MSG_REPORT_SPLIT: locations,,1253657949707: Daughters; locations,,1253 > 828460677, locations,http:\x2F\x2Fen.wikipedia.org\x2Fwiki\x2FLarry_Lucchino,1253828460677 from aa0-009-2.u.powerset.com,20020,1253219584971; 1 of 3 > 2009-09-24 21:41:02,784 DEBUG org.apache.hadoop.hbase.master.RegionManager: Assigning for address: XX.XX.XX.6:20020, startcode: 1253219584971, load: (reque > sts=5213, regions=3, usedHeap=114, maxHeap=2031): total nregions to assign=2, nregions to reach balance=4, isMetaAssign=false > 2009-09-24 21:41:02,820 DEBUG org.apache.hadoop.hbase.master.RegionManager: Assigning for address: XX.XX.XX.96:20020, startcode: 1253219584175, load: (requ > ests=12, regions=4, usedHeap=404, maxHeap=2031): total nregions to assign=2, nregions to reach balance=4, isMetaAssign=false > ... > {code} > Then back to the 'will be unloaded'... message. > A new split comes in and then the assigning gets triggered again... a few regions are opened but not enough. > Eventually it goes back to 'normal' (average load went to 3.85 from 3.8?) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.