chungen0126 commented on code in PR #6613:
URL: https://github.com/apache/ozone/pull/6613#discussion_r1804289156
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java:
##########
@@ -108,12 +110,12 @@ public class XceiverClientGrpc extends XceiverClientSpi {
* Constructs a client that can communicate with the Container framework on
* data nodes via DatanodeClientProtocol.
*
- * @param pipeline - Pipeline that defines the machines.
- * @param config -- Ozone Config
+ * @param pipeline - Pipeline that defines the machines.
+ * @param config -- Ozone Config
* @param trustManager - a {@link ClientTrustManager} with proper CA
handling.
*/
public XceiverClientGrpc(Pipeline pipeline, ConfigurationSource config,
- ClientTrustManager trustManager) {
+ ClientTrustManager trustManager) {
Review Comment:
done
##########
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:
done
--
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]