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 643A29B8A for ; Wed, 5 Sep 2012 00:33:12 +0000 (UTC) Received: (qmail 14480 invoked by uid 500); 5 Sep 2012 00:33:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14439 invoked by uid 500); 5 Sep 2012 00:33:12 -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 14429 invoked by uid 99); 5 Sep 2012 00:33:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 00:33:12 +0000 Date: Wed, 5 Sep 2012 11:33:12 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <883349430.36099.1346805192137.JavaMail.jiratomcat@arcas> In-Reply-To: <814781729.7951.1345761162669.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6647) [performance regression] appendNoSync/HBASE-4528 doesn't take deferred log flush into account 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-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448257#comment-13448257 ] Hudson commented on HBASE-6647: ------------------------------- Integrated in HBase-0.94-security #51 (See [https://builds.apache.org/job/HBase-0.94-security/51/]) HBASE-6321 ReplicationSource dies reading the peer's id HBASE-6647 [performance regression] appendNoSync/HBASE-4528 doesn't take deferred log flush into account (Revision 1379290) Result = FAILURE jdcryans : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLog.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/replication/ReplicationZookeeper.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java > [performance regression] appendNoSync/HBASE-4528 doesn't take deferred log flush into account > --------------------------------------------------------------------------------------------- > > Key: HBASE-6647 > URL: https://issues.apache.org/jira/browse/HBASE-6647 > Project: HBase > Issue Type: Bug > Affects Versions: 0.94.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.96.0, 0.94.2 > > Attachments: HBASE-6647-0.94.patch, HBASE-6647-0.94-v2.patch, HBASE-6647-0.94-v3.patch, HBASE-6647.pach > > > Since we upgraded to 0.94.1 from 0.92 I saw that our ICVs are about twice as slow as they were. jstack'ing I saw that most of the time we are waiting on sync()... but those tables have deferred log flush turned on so they shouldn't even be calling it. > HTD.isDeferredLogFlush is currently only called in the append() methods which are pretty much not in use anymore. -- 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