sodonnel commented on PR #7220: URL: https://github.com/apache/ozone/pull/7220#issuecomment-2361691933
You can see the stripe checksum is formed in ECKeyOutputStream in `private StripeWriteStatus commitStripeWrite(ECChunkBuffers stripe)` It appears to be a concatenation of the checksums of all the chunks across the stripe. Hopefully there is a way to combined the newly reconstructed chunks with the existing ones to form the same checksum. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
