dlmarion commented on code in PR #2620:
URL: https://github.com/apache/accumulo/pull/2620#discussion_r852953419
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -600,30 +604,32 @@ private void
returnManagerConnection(ManagerClientService.Client client) {
private HostAndPort startTabletClientService() throws UnknownHostException {
// start listening for client connection last
- clientHandler = getThriftClientHandler();
- Iface rpcProxy = TraceUtil.wrapService(clientHandler);
- final Processor<Iface> processor;
- if (getContext().getThriftServerType() == ThriftServerType.SASL) {
- Iface tcredProxy = TCredentialsUpdatingWrapper.service(rpcProxy,
ThriftClientHandler.class,
- getConfiguration());
- processor = new Processor<>(tcredProxy);
- } else {
Review Comment:
The logic moved to `ThriftProcessorTypes.ProcessorType.getTProcessor()`
--
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]