Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 71771 invoked from network); 1 Sep 2010 17:30:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 17:30:36 -0000 Received: (qmail 78199 invoked by uid 500); 1 Sep 2010 17:30:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78173 invoked by uid 500); 1 Sep 2010 17:30: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 78165 invoked by uid 99); 1 Sep 2010 17:30:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 17:30:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 17:30:18 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o81HTugR013542 for ; Wed, 1 Sep 2010 17:29:56 GMT Message-ID: <8003996.118371283362196927.JavaMail.jira@thor> Date: Wed, 1 Sep 2010 13:29:56 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Resolved: (HBASE-2510) [performance] make hbase splits run even faster still 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-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2510. -------------------------- Fix Version/s: 0.90.0 Resolution: Fixed Fixed by hbase-2692; it does what this issue asks: i.e. open daughters on the parents regionserver. Will open new issue if other ideas about making splits faster still. > [performance] make hbase splits run even faster still > ----------------------------------------------------- > > Key: HBASE-2510 > URL: https://issues.apache.org/jira/browse/HBASE-2510 > Project: HBase > Issue Type: Improvement > Reporter: stack > Fix For: 0.90.0 > > > hbase-1892 made splits faster. This issue is about making them faster still. > Chatting w/ some bright lads down south, and because Ryan has been going on about it for a year now, on split, we should just open the daughter regions on the parent's RegionServer. Don't even bother telling master about the split just happened. Let the balancer rectify uneven region distribution. Requires smarter load balancer first, one that can at least recognize the special case of a fresh unloaded cluster with bulk upload running. In this case it would balance differently than it would on a laden cluster. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.