Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 93230 invoked from network); 4 May 2010 18:24:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 18:24:33 -0000 Received: (qmail 45762 invoked by uid 500); 4 May 2010 18:24:32 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 45739 invoked by uid 500); 4 May 2010 18:24:32 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 45731 invoked by uid 99); 4 May 2010 18:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 18:24:32 +0000 X-ASF-Spam-Status: No, hits=-1386.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 04 May 2010 18:24:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44IOBv5014113 for ; Tue, 4 May 2010 18:24:11 GMT Message-ID: <6524158.44261272997451923.JavaMail.jira@thor> Date: Tue, 4 May 2010 14:24:11 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2467) Concurrent flushers in HLog sync using HDFS-895 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-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863930#action_12863930 ] Todd Lipcon commented on HBASE-2467: ------------------------------------ dhruba: I've been running all of my tests with these patches for the last several weeks and it's been very stable. I haven't done a recent benchmark but it was a substantial gain - close to 2x if I remember correctly. Before this patch gets finally committed I'll do a proper benchmark comparison. > Concurrent flushers in HLog sync using HDFS-895 > ----------------------------------------------- > > Key: HBASE-2467 > URL: https://issues.apache.org/jira/browse/HBASE-2467 > Project: Hadoop HBase > Issue Type: Improvement > Components: regionserver > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.20.5, 0.21.0 > > Attachments: hbase-2467.txt > > > HDFS-895 changes hflush() to be able to run concurrently from multiple threads, where flushes can be concurrent with further writes to the same file. > We need to rip out/amend the group commit code a bit to take advantage of this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.