Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.22.0
-
Component/s: contrib/raid
-
Labels:None
-
Hadoop Flags:Reviewed
Description
ChecksumException reports the offset of corruption within a block,
whereas DistributedRaidFileSystem.setAlternateLocations was expecting it
to report the offset of corruption within the file.
The best way of dealing with a missing block/corrupt block is to just
use the current seek offset in the file as the position of corruption.