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 1E0DC10DD1 for ; Fri, 22 Nov 2013 15:46:45 +0000 (UTC) Received: (qmail 42383 invoked by uid 500); 22 Nov 2013 15:46:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 42109 invoked by uid 500); 22 Nov 2013 15:46:39 -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 41822 invoked by uid 99); 22 Nov 2013 15:46:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 15:46:37 +0000 Date: Fri, 22 Nov 2013 15:46:36 +0000 (UTC) From: "Himanshu Vashishtha (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10010) eliminate the put latency spike on the new log file beginning 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-10010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830062#comment-13830062 ] Himanshu Vashishtha commented on HBASE-10010: --------------------------------------------- I think post 0.94.x, we only need to sync the new writer outside of lock because we write a header on init(). No empty HLog entry. > eliminate the put latency spike on the new log file beginning > ------------------------------------------------------------- > > Key: HBASE-10010 > URL: https://issues.apache.org/jira/browse/HBASE-10010 > Project: HBase > Issue Type: Improvement > Components: regionserver > Affects Versions: 0.94.13 > Reporter: Liang Xie > Assignee: Liang Xie > Attachments: HBase-10010-0.94-v2.txt, HBase-10010-0.94.txt, HBase-10010-trunk.txt > > > In deed, the original finding came from fb, see HBASE-6813 for detailed discussion. > Through this improvement doesn't expect obvious gain on 95th or 99th latency, it still could make the response time more stable to me. -- This message was sent by Atlassian JIRA (v6.1#6144)