Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34852200D08 for ; Thu, 21 Sep 2017 22:28:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 330321609E1; Thu, 21 Sep 2017 20:28:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 70CF71609DB for ; Thu, 21 Sep 2017 22:28:02 +0200 (CEST) Received: (qmail 87050 invoked by uid 500); 21 Sep 2017 20:28:01 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 87013 invoked by uid 99); 21 Sep 2017 20:28:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2017 20:28:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 341F9F5824; Thu, 21 Sep 2017 20:28:01 +0000 (UTC) From: dmvolod To: dev@thrift.apache.org Reply-To: dev@thrift.apache.org References: In-Reply-To: Subject: [GitHub] thrift pull request #1294: THRIFT-4233 Make THsHaServer.invoker available (g... Content-Type: text/plain Message-Id: <20170921202801.341F9F5824@git1-us-west.apache.org> Date: Thu, 21 Sep 2017 20:28:01 +0000 (UTC) archived-at: Thu, 21 Sep 2017 20:28:03 -0000 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. ---