kerneltime commented on code in PR #6613:
URL: https://github.com/apache/ozone/pull/6613#discussion_r1802096576
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java:
##########
@@ -618,6 +624,69 @@ private void decreasePendingMetricsAndReleaseSemaphore() {
return new XceiverClientReply(replyFuture);
}
+ public XceiverClientReply sendCommandAsyncReadOnly(
Review Comment:
Since this is specific to ReadBlock for now, we can name it such. If later
on we extend this to handle other commands in a similar manner with multiple
response messages we can change the signature.
```suggestion
public XceiverClientReply sendCommandReadBlock(
```
--
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]