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 48588D016 for ; Mon, 26 Nov 2012 04:53:00 +0000 (UTC) Received: (qmail 34128 invoked by uid 500); 26 Nov 2012 04:53:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34036 invoked by uid 500); 26 Nov 2012 04:52:59 -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 33516 invoked by uid 99); 26 Nov 2012 04:52:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 04:52:58 +0000 Date: Mon, 26 Nov 2012 04:52:58 +0000 (UTC) From: "binlijin (JIRA)" To: issues@hbase.apache.org Message-ID: <863299254.22003.1353905578309.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-7216) sync hlog writer just after create it, so trigger addBlock and establish write pipeline before the first hlog sync MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 binlijin created HBASE-7216: ------------------------------- Summary: sync hlog writer just after create it, so trigger addBlock and establish write pipeline before the first hlog sync Key: HBASE-7216 URL: https://issues.apache.org/jira/browse/HBASE-7216 Project: HBase Issue Type: Improvement Reporter: binlijin Current when hlog rollWriter: (1)createWriter will call ClientProtocol.create (2)first hlog sync will trigger ClientProtocol.addBlock and establish write pipeline we can sync the outputstream to force trigger ClientProtocol.addBlock and establish write pipeline before the first hlog sync -- 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