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 21CD8D8DB for ; Tue, 10 Jul 2012 02:31:37 +0000 (UTC) Received: (qmail 27343 invoked by uid 500); 10 Jul 2012 02:31:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 27297 invoked by uid 500); 10 Jul 2012 02:31:36 -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 27258 invoked by uid 99); 10 Jul 2012 02:31:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 02:31:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B384214285A for ; Tue, 10 Jul 2012 02:31:34 +0000 (UTC) Date: Tue, 10 Jul 2012 02:31:34 +0000 (UTC) From: "chunhui shen (JIRA)" To: issues@hbase.apache.org Message-ID: <1399043521.26350.1341887494737.JavaMail.jiratomcat@issues-vm> In-Reply-To: <292089929.12834.1341554855047.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HBASE-6337) [MTTR] Remove renaming tmp log file in SplitLogManager 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-6337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6337: -------------------------------- Attachment: HBASE-6337v4.patch Uploading patch v4 : Rename method name moveSplitLogFile to finishSplitLogFile > [MTTR] Remove renaming tmp log file in SplitLogManager > ------------------------------------------------------- > > Key: HBASE-6337 > URL: https://issues.apache.org/jira/browse/HBASE-6337 > Project: HBase > Issue Type: Bug > Reporter: chunhui shen > Assignee: chunhui shen > Fix For: 0.96.0, 0.94.2 > > Attachments: HBASE-6337v1.patch, HBASE-6337v2.patch, HBASE-6337v3.patch, HBASE-6337v4.patch > > > As HBASE-6309 mentioned, we also encounter problem of distributed-log-splitting take much more time than matser-local-log-splitting because lots of SplitLogManager 's renaming operations when finishing task. > Could we try to remove renaming tmp log file in SplitLogManager through splitting log to regions' recover.edits directory directly as the same as the master-local-log-splitting. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira