Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.0-alpha
-
None
-
None
-
None
Description
fsck calls FSN#listCorruptFileBlocks, this returns info for files where there's no live replicas, which doesn't necessarily indicate the file is "corrupt". Let's make fsck distinguish between:
- Blocks w/o any lives replicas (mostly the case when repl=1 and a DN goes down)
- Blocks where are live replicas are/were corrupt
Perhaps this could leverage the stats from HDFS-2554.
Attachments
Issue Links
- relates to
-
HDFS-2554 Add separate metrics for missing blocks with desired replication level 1
- Resolved