Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
This jira is HDFS-9833 follow-on task to address reconstructing block and then recalculating block checksum for a particular range query.
For example,
// create a file 'stripedFile1' with fileSize = cellSize * numDataBlocks = 65536 * 6 = 393216 FileChecksum stripedFileChecksum = getFileChecksum(stripedFile1, 10, true);
Attachments
Attachments
Issue Links
- is related to
-
HDFS-9833 Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data
- Resolved