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 ACEFC9A85 for ; Thu, 12 Jan 2012 01:11:04 +0000 (UTC) Received: (qmail 37371 invoked by uid 500); 12 Jan 2012 01:11:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37291 invoked by uid 500); 12 Jan 2012 01:11:03 -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 37256 invoked by uid 99); 12 Jan 2012 01:11:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 01:11:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Thu, 12 Jan 2012 01:11:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D62FF146114 for ; Thu, 12 Jan 2012 01:10:39 +0000 (UTC) Date: Thu, 12 Jan 2012 01:10:39 +0000 (UTC) From: "Zhihong Yu (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <732370523.32813.1326330639878.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1709918120.13317.1323905971152.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5033) Opening/Closing store in parallel to reduce region open/close time 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-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5033: ------------------------------ Release Note: "hbase.hstore.open.and.close.threads.max" is introduced to control the number of threads for opening/closing Store and store files. > Opening/Closing store in parallel to reduce region open/close time > ------------------------------------------------------------------ > > Key: HBASE-5033 > URL: https://issues.apache.org/jira/browse/HBASE-5033 > Project: HBase > Issue Type: Improvement > Reporter: Liyin Tang > Assignee: Liyin Tang > Fix For: 0.94.0 > > Attachments: 5033-trunk.txt, 5033.txt, D933.1.patch, D933.2.patch, D933.3.patch, D933.4.patch, D933.5.patch, HBASE-5033.patch > > > Region servers are opening/closing each store and each store file for every store in sequential fashion, which may cause inefficiency to open/close regions. > So this diff is to open/close each store in parallel in order to reduce region open/close time. Also it would help to reduce the cluster restart time. > 1) Opening each store in parallel > 2) Loading each store file for every store in parallel > 3) Closing each store in parallel > 4) Closing each store file for every store in parallel. -- 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