You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2008/03/01 00:53:51 UTC

[jira] Commented: (HADOOP-2912) Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression

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

Hadoop QA commented on HADOOP-2912:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12376852/HADOOP-2912_1.patch
against trunk revision 619744.

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

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

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

    javac +1.  The applied patch does not generate any new javac compiler warnings.

    release audit +1.  The applied patch does not generate any new release audit warnings.

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

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

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

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

This message is automatically generated.

> Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2912
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2912
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: HADOOP-2912_1.patch
>
>
> Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression
> It fails on Linux and Windows
> Error from the console:
> org.apache.hadoop.ipc.RemoteException: org.apache.hadoop.dfs.SafeModeException: Cannot delete /srcdat. Name node is in safe mode.
> Safe mode will be turned off automatically.
> 	at org.apache.hadoop.dfs.FSNamesystem.deleteInternal(FSNamesystem.java:1469)
> 	at org.apache.hadoop.dfs.FSNamesystem.delete(FSNamesystem.java:1448)
> 	at org.apache.hadoop.dfs.NameNode.delete(NameNode.java:388)
> 	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:409)
> 	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:899)
> 	at org.apache.hadoop.ipc.Client.call(Client.java:512)
> 	at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:198)
> 	at org.apache.hadoop.dfs.$Proxy0.delete(Unknown Source)
> 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82)
> 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59)
> 	at org.apache.hadoop.dfs.$Proxy0.delete(Unknown Source)
> 	at org.apache.hadoop.dfs.DFSClient.delete(DFSClient.java:419)
> 	at org.apache.hadoop.dfs.DistributedFileSystem.delete(DistributedFileSystem.java:162)
> 	at org.apache.hadoop.dfs.DFSTestUtil.cleanup(DFSTestUtil.java:214)
> 	at org.apache.hadoop.dfs.TestFsck.testFsck(TestFsck.java:75)
> Recent changes:
>    1. HADOOP-1986. Add support for a general serialization mechanism for Map Reduce.
>    2. HADOOP-2800. Deprecate SetFile.Writer constructor not the whole class. Contributed by Johan Oskarsson.
>    3. HADOOP-1985. This addresses rack-awareness for Map tasks and for HDFS in a uniform way. Contributed by Devaraj Das.
>    4. HADOOP-2063. A new parameter to dfs -get command to fetch a file even if it is corrupted. (Tsz Wo (Nicholas), SZE via dhruba)
>    5. HADOOP-2894. Fix a problem to do with tasktrackers failing to connect to JobTracker upon reinitialization. Contributed by Owen O'Malley.
>    6. HADOOP-2871. Fixed the CHANGES.txt problem.
>    7. HADOOP-2727. Fixes a problem to do with file: URI in the JobHistory init. Contributed by Amareshwari Sri Ramadasu.

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