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 3860BD523 for ; Mon, 9 Jul 2012 18:57:37 +0000 (UTC) Received: (qmail 78451 invoked by uid 500); 9 Jul 2012 18:57:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78352 invoked by uid 500); 9 Jul 2012 18:57: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 78235 invoked by uid 99); 9 Jul 2012 18:57:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 18:57:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8FA91142822 for ; Mon, 9 Jul 2012 18:57:36 +0000 (UTC) Date: Mon, 9 Jul 2012 18:57:36 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <1875243254.24458.1341860256590.JavaMail.jiratomcat@issues-vm> In-Reply-To: <186518009.14801.1325862339354.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5136) Redundant MonitoredTask instances in case of distributed log splitting retry 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-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-5136: ------------------------------- Attachment: 5136-trunk.patch > Redundant MonitoredTask instances in case of distributed log splitting retry > ---------------------------------------------------------------------------- > > Key: HBASE-5136 > URL: https://issues.apache.org/jira/browse/HBASE-5136 > Project: HBase > Issue Type: Task > Reporter: Zhihong Ted Yu > Assignee: Zhihong Ted Yu > Attachments: 5136-trunk.patch, 5136.txt > > > In case of log splitting retry, the following code would be executed multiple times: > {code} > public long splitLogDistributed(final List logDirs) throws IOException { > MonitoredTask status = TaskMonitor.get().createStatus( > "Doing distributed log split in " + logDirs); > {code} > leading to multiple MonitoredTask instances. > User may get confused by multiple distributed log splitting entries for the same region server on master UI -- 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