[ https://issues.apache.org/jira/browse/HADOOP-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569399#action_12569399 ]
Hadoop QA commented on HADOOP-2813: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12375705/hadoop-2813_2.patch against trunk revision 619744. @author +1. The patch does not contain any @author tags. tests included +1. The patch appears to include 3 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/1805/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1805/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1805/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1805/console This message is automatically generated. > Unit test fails on Linux: org.apache.hadoop.fs.TestDU.testDU > ------------------------------------------------------------ > > Key: HADOOP-2813 > URL: https://issues.apache.org/jira/browse/HADOOP-2813 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Affects Versions: 0.17.0 > Reporter: Mukund Madhugiri > Assignee: Mahadev konar > Priority: Blocker > Fix For: 0.17.0 > > Attachments: hadoop-2813_1.patch, hadoop-2813_2.patch > > > Unit test fails on Linux: org.apache.hadoop.fs.TestDU.testDU. This is a > regression > Changes that went in yesterday were: > HADOOP-2725. Modify distcp to avoid leaving partially copied files at the > destination after encountering an error. > HADOOP-2193. 'fs -rm' and 'fs -rmr' show error message when the target file > does not exist. > Here is the error from the test run: > org.apache.hadoop.util.Shell$ExitCodeException: /usr/bin/du: cannot access > `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_i0ebq9/.nfs00000000004aa47f00001ba0': > No such file or directory > /usr/bin/du: cannot access > `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_i0ebq9/.nfs00000000004aa48000001b9f': > No such file or directory > /usr/bin/du: cannot access > `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_r3r1fo/.nfs00000000004aa48200001ba2': > No such file or directory > /usr/bin/du: cannot access > `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_r3r1fo/.nfs00000000004aa48300001ba1': > No such file or directory > at org.apache.hadoop.util.Shell.runCommand(Shell.java:161) > at org.apache.hadoop.util.Shell.run(Shell.java:100) > at org.apache.hadoop.fs.DU.getUsed(DU.java:53) > at org.apache.hadoop.fs.TestDU.testDU(TestDU.java:62) > at org.apache.hadoop.fs.TestDU.testDU(TestDU.java:71) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.