ctubbsii commented on a change in pull request #1059: Switch to thrift server with multiple selector threads. URL: https://github.com/apache/accumulo/pull/1059#discussion_r269781085
########## File path: server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java ########## @@ -186,7 +187,43 @@ public static ServerAddress startServer(ServerContext service, String hostname, } /** - * Create a NonBlockingServer with a custom thread pool that can dynamically resize itself. + * Create a non blocking server with multiple select threads and a custom thread pool that can + * dynamically resize itself. + */ + public static ServerAddress createThreadedSelectorServer(HostAndPort address, Review comment: Does this server type support SSL or SASL? If so, we could consolidate server implementations a bit. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
