Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
This is HDFS-9833 follow-on task. HDFS-9833 is recomputing only one block checksum a time. The reconstruction logic can be further optimized by reconstructing multiple blocks at a time.
There are several case to be considered like,
case-1) Live Block indices : 0, 4, 5, 6, 7, 8 - consecutive missing data blocks 1, 2, 3
case-2) Live Block indices : 0, 2, 4, 6, 7, 8 - jumbled missing data blocks 1, 3, 5
Attachments
Issue Links
- is related to
-
HDFS-9833 Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data
- Resolved