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/04/03 17:42:39 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1075: Revert thrift server to custom_hs_ha

ctubbsii commented on a change in pull request #1075: Revert thrift server to custom_hs_ha
URL: https://github.com/apache/accumulo/pull/1075#discussion_r271854787
 
 

 ##########
 File path: server/base/src/main/java/org/apache/accumulo/server/rpc/ThriftServerType.java
 ##########
 @@ -43,7 +43,7 @@ private ThriftServerType(String name) {
   public static ThriftServerType get(String name) {
     // Our custom HsHa server is the default (if none is provided)
     if (StringUtils.isBlank(name)) {
-      return THREADED_SELECTOR;
+      return CUSTOM_HS_HA;
 
 Review comment:
   Should this `return getDefault();` instead, so have the default specified in fewer places?

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