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 420CDD4C3 for ; Tue, 9 Oct 2012 23:58:04 +0000 (UTC) Received: (qmail 81325 invoked by uid 500); 9 Oct 2012 23:58:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81275 invoked by uid 500); 9 Oct 2012 23:58: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 81005 invoked by uid 99); 9 Oct 2012 23:58:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 23:58:02 +0000 Date: Tue, 9 Oct 2012 23:58:02 +0000 (UTC) From: "Liyin Tang (JIRA)" To: issues@hbase.apache.org Message-ID: <1567131694.17400.1349827082821.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-6968) Several HBase write perf improvement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Liyin Tang created HBASE-6968: --------------------------------- Summary: Several HBase write perf improvement Key: HBASE-6968 URL: https://issues.apache.org/jira/browse/HBASE-6968 Project: HBase Issue Type: Improvement Reporter: Liyin Tang There are two improvements in this jira: 1) Change 2 hotspot synchronized functions into double locking pattern. So it shall remove the synchronization overhead in the normal case. 2) Avoid creating HBaseConfiguraiton object for each HLog. Every time when creating a HBaseConfiguraiton object, it would parse the xml configuration files from disk, which is not cheap operation. -- 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