Description
In HDDS-10985(#7009), we worked together to improve the issue where EC blocks could not be recovered due to checksum problems. We have deployed it internally, and everything seems to be functioning normally so far. I found a small improvement that can be optimized, as there is some redundancy in the code.
In HDDS-10985, we extracted getBlockDataLength into BlockData, allowing us to directly call the internal method in ECReconstructionCoordinator.
Attachments
Issue Links
- is related to
-
HDDS-10985 EC Reconstruction failed because the size of currentChunks was not equal to checksumBlockDataChunks
- Resolved