[ 
https://issues.apache.org/jira/browse/HDFS-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924067#action_12924067
 ] 

Ramkumar Vadali commented on HDFS-1472:
---------------------------------------

Test results:

ant test-patch:


     [exec]
     [exec] +1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to i
     [exec] nclude 2 new or modified tests.
     [exec]     [exec]     +1 javadoc.  The javadoc tool did not generate any 
warning messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.
     [exec]
     [exec]     +1 system tests framework.  The patch passed system tests 
framework compile.
     [exec]     [exec]
     [exec]
     [exec]
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec]     Finished build.
     [exec] 
======================================================================
     [exec] 
======================================================================

ant test:
Some tests failed, but I verified that these fail in a clean checkout as well.
    [junit] Test org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery FAILED
    [junit] Test org.apache.hadoop.hdfs.TestFileStatus FAILED
    [junit] Test org.apache.hadoop.hdfs.TestHDFSTrash FAILED (timeout)
    [junit] Test org.apache.hadoop.fs.TestHDFSFileContextMainOperations FAILED
    [junit] Test org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery FAILED


> Refactor DFSck to allow programmatic access to output
> -----------------------------------------------------
>
>                 Key: HDFS-1472
>                 URL: https://issues.apache.org/jira/browse/HDFS-1472
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: tools
>            Reporter: Ramkumar Vadali
>         Attachments: HDFS-1472.patch
>
>
> DFSck prints the list of corrupt files to stdout. This jira proposes that it 
> write to a PrintStream object that is passed to the constructor. This will 
> allow components like RAID to programmatically get a list of corrupt files.

-- 
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