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 B5394200D08 for ; Thu, 21 Sep 2017 22:35:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B3BF91609E1; Thu, 21 Sep 2017 20:35:57 +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 F06FB1609DB for ; Thu, 21 Sep 2017 22:35:56 +0200 (CEST) Received: (qmail 24142 invoked by uid 500); 21 Sep 2017 20:35:56 -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 24131 invoked by uid 99); 21 Sep 2017 20:35:55 -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:35:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD990F5704; Thu, 21 Sep 2017 20:35:55 +0000 (UTC) From: dmvolod To: dev@thrift.apache.org Reply-To: dev@thrift.apache.org References: In-Reply-To: Subject: [GitHub] thrift issue #1366: THRIFT-4233 Make THsHaServer.invoker available (get meth... Content-Type: text/plain Message-Id: <20170921203555.AD990F5704@git1-us-west.apache.org> Date: Thu, 21 Sep 2017 20:35:55 +0000 (UTC) archived-at: Thu, 21 Sep 2017 20:35:57 -0000 Github user dmvolod commented on the issue: https://github.com/apache/thrift/pull/1366 @jeking3 , please review. The static is not acceptable to getInvoker as invoker is not static context ---