dlmarion commented on code in PR #2620:
URL: https://github.com/apache/accumulo/pull/2620#discussion_r852960768
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -582,13 +582,17 @@ private ManagerClientService.Client
managerConnection(HostAndPort address) {
return null;
}
// log.info("Listener API to manager has been opened");
- return ThriftUtil.getClient(new ManagerClientService.Client.Factory(),
address, getContext());
+ return ThriftUtil.getClient(ThriftClientTypes.MANAGER, address,
getContext());
} catch (Exception e) {
log.warn("Issue with managerConnection (" + address + ") " + e, e);
}
return null;
}
+ protected ClientServiceHandler getClientHandler() {
Review Comment:
renamed this and the other related method in
5df51dd9da8c4b48b5913cfbcac7e0cd48d62ef7
--
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]