Github user dmvolod commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1294#discussion_r140350410
--- 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 --
Yes, you are right. I will close this PR, as I'm unable to add commit to
this PR (remove remote repo) and create a new one.
Thank you.
---