[ 
https://issues.apache.org/jira/browse/HADOOP-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604067#action_12604067
 ] 

Hadoop QA commented on HADOOP-3418:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12383763/3418_20080610.patch
  against trunk revision 666056.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2633/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2633/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2633/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2633/console

This message is automatically generated.

> NameNode does not restart if parent directory of a "FileUnderConstruction" is 
> deleted.
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3418
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Raghu Angadi
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: 3418_20080609.patch, 3418_20080609b.patch, 
> 3418_20080610.patch
>
>
> How to reproduce :
> {{$ bin/hadoop fs -put largeFile tmp/tmpFile}}
> ...before this finishes
> {{$ bin/hadoop fs -rmr tmp}}
> Now restart NameNode.
> Restart fails with :
> {noformat}
> 2008-05-20 02:21:34,731 ERROR org.apache.hadoop.dfs.NameNode: 
> java.io.IOException: saveLeases found path /user/rangadi/tmp/tmpFile but no 
> matching entry in namespace.
>         at 
> org.apache.hadoop.dfs.FSNamesystem.saveFilesUnderConstruction(FSNamesystem.java:4215)
>         at org.apache.hadoop.dfs.FSImage.saveFSImage(FSImage.java:848)
>         at org.apache.hadoop.dfs.FSImage.saveFSImage(FSImage.java:866)
>         at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:82)
>         at 
> org.apache.hadoop.dfs.FSNamesystem.initialize(FSNamesystem.java:273)
>         at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:253)
>         at org.apache.hadoop.dfs.NameNode.initialize(NameNode.java:148)
>         at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:193)
>         at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:179)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to