peterxcli opened a new pull request, #10743: URL: https://github.com/apache/ozone/pull/10743
## What changes were proposed in this pull request? (this is unable to compile at ci for now because the this patch use ratis 3.3.0-snapshot.) Add Ratis-backed streaming reads - The `RatisDataStreamBlockInputStream` at client use `DataStreamInput`(returned by `DataStreamApi.streamReadOnly(ByteBuffer headerMessage) DataStreamInput`) to consume the data that DN write to via `StateMachine.DataApi.query(Message request, WritableByteChannel stream)` - Add a `ClosedContainerReadResolver`, which is a `DataStreamResovler` implmentation for closed container to prevent the fake id of read pipeline cause the `GroupMismatchException` when open the data stream by bypass the ratis side live group id lookup and validation. ## What is the link to the Apache JIRA [issues.apache.org/jira/browse/HDDS-9904](https://issues.apache.org/jira/browse/HDDS-9904) ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this.) -- 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]
