xichen01 opened a new pull request, #7842: URL: https://github.com/apache/ozone/pull/7842
## What changes were proposed in this pull request? - XceiverClientRatis allows adding ratis data stream configuration. - According to the discussion at https://github.com/apache/ozone/pull/7645, we can skip `sendForward` by adding `hdds.ratis.raft.datastream.skip.send-forward` on the client side, thus avoiding an invalid ratis transaction (current streaming write will generate an invalid streamInit transaction) https://github.com/apache/ozone/blob/ab29a55eaea71db9f2912d2fc69c2865cad34af8/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockDataStreamOutput.java#L206-L226 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12291 ## How was this patch tested? Existing 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]
