szetszwo commented on pull request #2442: URL: https://github.com/apache/ozone/pull/2442#issuecomment-888276229
> The `BlockDataStreamOutput` in [HDDS-4454](https://issues.apache.org/jira/browse/HDDS-4454) is not going to extend `BlockOutputStream` right? > Because for avoid buffer copy, it won't extend `java.io.OutputStream`. Yes, you are correct. > When seperating _XceiverClientRatis_ and _XceiverClientGrpc_ and removing _XceiverClientSpi_. > Will the _**Ratis**BlockOutputStream_ be exclusive to _XceiverClient**Ratis**_? > Will there be something like _**Grpc**BlockOutputStream_ for _XceiverClient**Grpc**_? In this case, there should be a GrpcBlockOutputStream. Otherwise, grpc won't be able to write anything. -- 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]
