Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22.0
-
None
-
None
-
Reviewed
Description
If the list of corruptfiles returned by the namenode doesn't say anything if the number of corrupted files is larger than the call output limit (which means the list is not complete). There should be a way to hint incompleteness to clients.
A simple hack would be to add an extra entry to the array returned with the value null. Clients could interpret this as a sign that there are other corrupt files in the system.
We should also do some rephrasing of the fsck output to make it more confident when the list is not complete and less confident when the list is known to be incomplete.
Attachments
Attachments
Issue Links
- depends upon
-
HDFS-1032 Extend DFSck with an option to list corrupt files using API from HDFS-729
- Resolved
-
HDFS-729 fsck option to list only corrupted files
- Closed
- is blocked by
-
HADOOP-6743 Create a Writable class that stores a possibly incomplete list of FileStatus objects
- Resolved