szetszwo opened a new pull request, #9425: URL: https://github.com/apache/ozone/pull/9425
## What changes were proposed in this pull request? When client applications use positioned-read, it expects to read the exact number of bytes (otherwise, they should use seek(..) and then read(..) instead of positioned-read). So, StreamRead should not pre-read more data for positioned-read. ## What is the link to the Apache JIRA HDDS-14035 ## 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]
