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 17CE69BBF for ; Sun, 22 Jul 2012 21:42:35 +0000 (UTC) Received: (qmail 39938 invoked by uid 500); 22 Jul 2012 21:42:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39858 invoked by uid 500); 22 Jul 2012 21:42:34 -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 39694 invoked by uid 99); 22 Jul 2012 21:42:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 21:42:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 7A520142855 for ; Sun, 22 Jul 2012 21:42:34 +0000 (UTC) Date: Sun, 22 Jul 2012 21:42:34 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <188155269.88839.1342993354502.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1634995768.88275.1342983154466.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Comment Edited] (HBASE-6440) SplitLogManager - log the exception when failed to finish split log file 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-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420344#comment-13420344 ] Jimmy Xiang edited comment on HBASE-6440 at 7/22/12 9:41 PM: ------------------------------------------------------------- Thank Stack for review. Integrated into trunk and 0.94.1 was (Author: jxiang): Thank Stack for review. Integrate into trunk and 0.94 > SplitLogManager - log the exception when failed to finish split log file > ------------------------------------------------------------------------ > > Key: HBASE-6440 > URL: https://issues.apache.org/jira/browse/HBASE-6440 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Fix For: 0.96.0, 0.94.1 > > Attachments: hbase-6440.patch > > > We should log the exception itself too: > {noformat} > try { > HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf); > } catch (IOException e) { > LOG.warn("Could not finish splitting of log file " + logfile); > return Status.ERR; > } > {noformat} -- 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