Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
None
-
Reviewed
-
Fixed a bug that made fsck -list-corruptfileblocks counts corrupt erasure coded files incorrectly.
Description
HDFS-10826 fix fsck for corrupt EC files if no parameters are specified.
However, if I change the test case added in HDFS-10826 (TestFsck#testFsckCorruptECFile) to run "fsck -list-corruptfileblocks", the same test test failed because fsck reports no corrupt files.
Interestingly, if I run "fsck -files -blocks -replicaDetails" then the test passed and shows the corrupt file.
Need to fix the discrepancy.
Attachments
Attachments
Issue Links
- requires
-
HDFS-10827 When there are unrecoverable ec block groups, Namenode Web UI shows "There are X missing blocks." but doesn't show the block names.
- Resolved