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 68454BF04 for ; Fri, 6 Jan 2012 07:01:26 +0000 (UTC) Received: (qmail 55620 invoked by uid 500); 6 Jan 2012 07:01:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55395 invoked by uid 500); 6 Jan 2012 07:01:12 -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 54409 invoked by uid 99); 6 Jan 2012 07:00:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 07:00:06 +0000 X-ASF-Spam-Status: No, hits=-2001.6 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; Fri, 06 Jan 2012 07:00:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F21C513B32E for ; Fri, 6 Jan 2012 06:59:42 +0000 (UTC) Date: Fri, 6 Jan 2012 06:59:42 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1733581346.13734.1325833182993.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <6530688.192251292661001009.JavaMail.jira@thor> Subject: [jira] [Commented] (HBASE-3373) Allow regions to be load-balanced by table 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-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181169#comment-13181169 ] Hudson commented on HBASE-3373: ------------------------------- Integrated in HBase-TRUNK-security #65 (See [https://builds.apache.org/job/HBase-TRUNK-security/65/]) HBASE-3373 Allow regions to be load-balanced by table tedyu : Files : * /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java * /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java > Allow regions to be load-balanced by table > ------------------------------------------ > > Key: HBASE-3373 > URL: https://issues.apache.org/jira/browse/HBASE-3373 > Project: HBase > Issue Type: Improvement > Components: master > Affects Versions: 0.20.6 > Reporter: Ted Yu > Fix For: 0.94.0 > > Attachments: 3373.txt, HbaseBalancerTest2.java > > > From our experience, cluster can be well balanced and yet, one table's regions may be badly concentrated on few region servers. > For example, one table has 839 regions (380 regions at time of table creation) out of which 202 are on one server. > It would be desirable for load balancer to distribute regions for specified tables evenly across the cluster. Each of such tables has number of regions many times the cluster size. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira