You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/08/05 02:53:10 UTC

[jira] [Commented] (HBASE-6440) SplitLogManager - log the exception when failed to finish split log file

    [ https://issues.apache.org/jira/browse/HBASE-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428722#comment-13428722 ] 

Hudson commented on HBASE-6440:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #6 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/6/])
    HBASE-6440 SplitLogManager - log the exception when failed to finish split log file (Revision 1364436)

     Result = FAILURE
jxiang : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/SplitLogManager.java

                
> 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