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 03950D356 for ; Fri, 31 Aug 2012 00:25:09 +0000 (UTC) Received: (qmail 32180 invoked by uid 500); 31 Aug 2012 00:25:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32133 invoked by uid 500); 31 Aug 2012 00:25:08 -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 32076 invoked by uid 99); 31 Aug 2012 00:25:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 00:25:08 +0000 Date: Fri, 31 Aug 2012 11:25:08 +1100 (NCT) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <591401934.19538.1346372708712.JavaMail.jiratomcat@arcas> In-Reply-To: <814781729.7951.1345761162669.JavaMail.jiratomcat@arcas> Subject: [jira] [Assigned] (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:all-tabpanel ] Lars Hofhansl reassigned HBASE-6647: ------------------------------------ Assignee: Jean-Daniel Cryans > [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