dlmarion commented on code in PR #2620:
URL: https://github.com/apache/accumulo/pull/2620#discussion_r849437812


##########
core/src/main/java/org/apache/accumulo/core/rpc/ThriftUtil.java:
##########
@@ -163,7 +179,35 @@ public static void returnClient(TServiceClient iface, 
ClientContext context) {
   }
 
   /**
-   * Create a TabletServer Thrift client
+   * Create a TabletServer ClientService client
+   *
+   * @param address
+   *          Server address for client to connect to
+   * @param context
+   *          RPC options
+   */
+  public static ClientService.Client getClientServiceClient(HostAndPort 
address,

Review Comment:
   Addressed in e243d49, I ended up removing the `get*Client` methods and 
modified callers to use `getClient` method.



-- 
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]

Reply via email to