[ https://issues.apache.org/jira/browse/HDFS-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856991#action_12856991 ]
Eli Collins commented on HDFS-1031: ----------------------------------- Thanks for contributing! Minor comments follow: * corruptFileCount == 0 could indicate there are no corrupt files, ie not just that it wasn't unable to locate any. Would change the message to something like "There are no corrupt files found. You can run fsck to verify that filesystem is healthy." * Please convert the uinit test to junit 4 style (eg don't extend TestCase, add setup, teardown, use @Test etc. see FileContextSymlinkBaseTest.java for an example). > Enhance the webUi to list a few of the corrupted files in HDFS > -------------------------------------------------------------- > > Key: HDFS-1031 > URL: https://issues.apache.org/jira/browse/HDFS-1031 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: dhruba borthakur > Assignee: André Oriani > Attachments: hdfs-1031_aoriani.patch, hdfs-1031_aoriani_2.patch > > > The existing webUI displays something like this: > WARNING : There are about 12 missing blocks. Please check the log or run > fsck. > It would be nice if we can display the filenames that have missing blocks. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira