szetszwo opened a new pull request, #9410: URL: https://github.com/apache/ozone/pull/9410
## What changes were proposed in this pull request? - Fix a bug mentioned by @chungen0126 in https://github.com/apache/ozone/pull/9375#discussion_r2574577069 - Fix a bug that the data size may not be a multiple of checksum size -- it should round up to the checksum size. - Improve PreRead by requesting data when outstanding response size - requested size < PreRead size (the current code requests data only if outstanding response size - requested size < 0) - Add tests for random read offsets and random key lengths. ## What is the link to the Apache JIRA HDDS-14055 ## How was this patch tested? Added new tests. -- 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]
