taklwu opened a new pull request, #11314: URL: https://github.com/apache/ozone/pull/11314
## What changes were proposed in this pull request? HDDS-16395. Add lock-free StreamBlock pread Please describe your PR in detail: In HDDS-15424 #11102 we added stateless positioned reads for the Ratis (BlockInputStream) path only; StreamBlock reads still used synchronized seek-read-restore. Serve StreamBlock preads via one-shot gRPC reads that do not touch the sequential cursor, route them through MultipartInputStream. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16395 ## How was this patch tested? unit 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]
