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 2AD5C200D23 for ; Thu, 19 Oct 2017 19:46:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 294921609EE; Thu, 19 Oct 2017 17:46:50 +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 65E981609D7 for ; Thu, 19 Oct 2017 19:46:49 +0200 (CEST) Received: (qmail 83519 invoked by uid 500); 19 Oct 2017 17:46:48 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 26844 invoked by uid 99); 19 Oct 2017 15:35:40 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.52 X-Spam-Level: X-Spam-Status: No, score=-3.52 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled From: titikakatoo To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-gearpump issue #231: [GEARPUMP-355] Fix YarnAppMaster address reso... Content-Type: text/plain Message-Id: <20171019153536.BA258DFA3C@git1-us-west.apache.org> Date: Thu, 19 Oct 2017 15:35:36 +0000 (UTC) archived-at: Thu, 19 Oct 2017 17:46:50 -0000 Github user titikakatoo commented on the issue: https://github.com/apache/incubator-gearpump/pull/231 @manuzhang upgrading the http client version might (in theory) also fix the issue, have not tested it though. ---