Github user jeking3 commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1294#discussion_r140344024
  
    --- Diff: lib/java/src/org/apache/thrift/server/THsHaServer.java ---
    @@ -154,7 +154,10 @@ protected static ExecutorService 
createInvokerPool(Args options) {
     
         return invoker;
       }
    -
    +  
    +  protected ExecutorService getInvoker() {
    --- End diff --
    
    This could probably be static, given the method above is also static?  
Thoughts?


---

Reply via email to