kaijchen opened a new pull request #2652: URL: https://github.com/apache/ozone/pull/2652
## What changes were proposed in this pull request? Introduce and implement FileRegionStreamOutput interface to support zero copy in Ozone streaming. It uses `writeAsync(FilePositionCount)` API in Ratis streaming to write the data. Underlying is Netty FileRegion and nio FileChannel.transferTo, which supports zero copy. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5752 ## How was this patch tested? Unit test should be added. -- 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]
