JacksonYao287 commented on PR #3380: URL: https://github.com/apache/ozone/pull/3380#issuecomment-1118606082
thanks @umamaheswararao for the work , the change overall looks good to me. i am not quite sure do we really need this info. when reading chunks of the last stripe in a block group, if the size of a chunk is less than chunksize, (index-1) * chunksize + currentChunkSize will be the last stripe data size , so that we can get the block group length. do you mean if the last partial chunk is just in the lost container, without the block group lengh, we can not identify with part of the recovered chunk is data, and which part is padding? -- 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]
