You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/03/27 21:41:45 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1059: Switch to thrift server with multiple selector threads.

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_r269779052
 
 

 ##########
 File path: server/base/src/main/java/org/apache/accumulo/server/rpc/ThriftServerType.java
 ##########
 @@ -28,7 +28,11 @@
  * benchmarks against "unsecure" Accumulo use the same type of Thrift server.
  */
 public enum ThriftServerType {
-  CUSTOM_HS_HA("custom_hs_ha"), THREADPOOL("threadpool"), SSL("ssl"), SASL("sasl");
+  CUSTOM_HS_HA("custom_hs_ha"),
+  THREADPOOL("threadpool"),
+  SSL("ssl"),
+  SASL("sasl"),
+  THREADED_SELECTOR("threaded_selector");
 
 Review comment:
   This is probably going to rejoin on formatting.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services