[ https://issues.apache.org/jira/browse/HADOOP-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702770#action_12702770 ]
Hadoop QA commented on HADOOP-5729: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12406235/fseditlog-open.patch against trunk revision 768376. +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no tests are needed for this patch. -1 patch. The patch command could not apply the patch. Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/242/console This message is automatically generated. > FSEditLog.open should stop going on if cannot open any directory > ---------------------------------------------------------------- > > Key: HADOOP-5729 > URL: https://issues.apache.org/jira/browse/HADOOP-5729 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.19.1 > Environment: CentOS 5.2, jdk 1.6, hadoop 0.19.1 > Reporter: Wang Xu > Assignee: Wang Xu > Fix For: 0.19.2 > > Attachments: fseditlog-open.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > FSEditLog.open will be invoked when SecondaryNameNode doCheckPoint, > If no dir is opened successfully, it only prints some WARN messages in log, > and goes on running. > However, it causes the editStreams becomes empty and cannot by synced > in. And if editStreams were decreased to 0 when exceptions occured during > logsync, NameNode would print FATAL log message and halt itself. Hence, > we think it should also stopped itself at that time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.