Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 61593 invoked from network); 10 Sep 2008 23:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2008 23:35:37 -0000 Received: (qmail 12767 invoked by uid 500); 10 Sep 2008 23:35:34 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 12753 invoked by uid 500); 10 Sep 2008 23:35:34 -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 12742 invoked by uid 99); 10 Sep 2008 23:35:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 16:35:34 -0700 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; Wed, 10 Sep 2008 23:34:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14A49234C1DA for ; Wed, 10 Sep 2008 16:34:46 -0700 (PDT) Message-ID: <995492917.1221089686083.JavaMail.jira@brutus> Date: Wed, 10 Sep 2008 16:34:46 -0700 (PDT) From: "Ryan Smith (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-862) region balancing is clumsy In-Reply-To: <1788675533.1220389784177.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630035#action_12630035 ] Ryan Smith commented on HBASE-862: ---------------------------------- +1 Ive seen this when starting up my test cluster with about 300 regions on 4 nodes. It usually subsides after a few minutes. > region balancing is clumsy > -------------------------- > > Key: HBASE-862 > URL: https://issues.apache.org/jira/browse/HBASE-862 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > > Daniel Leffel has an install of 500 regions on 4 nodes. He's running 0.2.0. > On restart, load balancing is running while the 600 regions are being initially opened. Makes for churn. Load balancing should wait before it cuts in. > Have also seen on occasion that it will not find equilibrium after a restart. > Adding a node is catastrophic. >20% of the regions were closed and were taking the longest time to show up on the new server. I would think that the region balancing would work in more sophisticated and gradual manner. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.