Amemeda commented on code in PR #6454:
URL: https://github.com/apache/accumulo/pull/6454#discussion_r3554342774


##########
server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java:
##########
@@ -225,7 +228,10 @@ private static ServerAddress 
createNonBlockingServer(HostAndPort address, TProce
       address = HostAndPort.fromParts(address.getHost(), transport.getPort());
     }
 
-    return new ServerAddress(new CustomNonBlockingServer(options), address);
+    CustomNonBlockingServer server = new CustomNonBlockingServer(options);

Review Comment:
   Ive removed that one, I think that's all the custom server classes. The only 
remaining custom classes I see are CustomObjectMapper and CustomHsHaNestedIT



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