Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5B199506 for ; Wed, 9 Jan 2013 16:46:17 +0000 (UTC) Received: (qmail 27893 invoked by uid 500); 9 Jan 2013 16:46:15 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 27831 invoked by uid 500); 9 Jan 2013 16:46:15 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 27744 invoked by uid 99); 9 Jan 2013 16:46:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 16:46:15 +0000 Date: Wed, 9 Jan 2013 16:46:15 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-7007) [MTTR] Study assigns to see if we can make them faster still MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-7007. -------------------------- Resolution: Fixed Resolving as 'fixed' though fixed elsewhere by Jimmy and Nkeywal. Both did the necessary 'study' and made improvements. More to be done but enough has been done to close out this fuzzyily-described jira. Thanks lads. > [MTTR] Study assigns to see if we can make them faster still > ------------------------------------------------------------ > > Key: HBASE-7007 > URL: https://issues.apache.org/jira/browse/HBASE-7007 > Project: HBase > Issue Type: Improvement > Reporter: stack > Priority: Critical > Fix For: 0.96.0 > > > Looking at a cluster start, I saw that it took about 25 minutes to assign and open 17k regions. 8 minutes was bulk assigning via zk. 17 minutes was opening the regions. "HBASE-6640 [0.89-fb] Allow multiple regions to be opened simultaneously" in trunk would help but maybe we can do less work up in zk for instance; e.g. if 3.4.5, we can do bulk ops in zk (or make a bulk assign znode that has many regions instead of one) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira