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 BBAD7200BE7 for ; Mon, 5 Dec 2016 21:20:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BA623160B09; Mon, 5 Dec 2016 20:20:00 +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 140B6160B18 for ; Mon, 5 Dec 2016 21:19:59 +0100 (CET) Received: (qmail 99907 invoked by uid 500); 5 Dec 2016 20:19:59 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 99872 invoked by uid 99); 5 Dec 2016 20:19:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 20:19:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 288392C1F56 for ; Mon, 5 Dec 2016 20:19:59 +0000 (UTC) Date: Mon, 5 Dec 2016 20:19:59 +0000 (UTC) From: "Philipp von dem Bussche (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2821) Change Akka configuration to allow accessing actors from different URLs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 20:20:00 -0000 [ https://issues.apache.org/jira/browse/FLINK-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723269#comment-15723269 ] Philipp von dem Bussche commented on FLINK-2821: ------------------------------------------------ Hi [~mxm], I wanted to give this a try but I am not sure if I am testing this correctly. Do I just have to set jobmanager.rpc.address but to the hostname that will be used for access from outside ? I tried to use a name that is not resolvable on the host itself and that fails but this is on my local docker environment and this should be different as soon as I move this to rancher. Thanks > Change Akka configuration to allow accessing actors from different URLs > ----------------------------------------------------------------------- > > Key: FLINK-2821 > URL: https://issues.apache.org/jira/browse/FLINK-2821 > Project: Flink > Issue Type: Bug > Components: Distributed Coordination > Reporter: Robert Metzger > Assignee: Maximilian Michels > > Akka expects the actor's URL to be exactly matching. > As pointed out here, cases where users were complaining about this: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Error-trying-to-access-JM-through-proxy-td3018.html > - Proxy routing (as described here, send to the proxy URL, receiver recognizes only original URL) > - Using hostname / IP interchangeably does not work (we solved this by always putting IP addresses into URLs, never hostnames) > - Binding to multiple interfaces (any local 0.0.0.0) does not work. Still no solution to that (but seems not too much of a restriction) > I am aware that this is not possible due to Akka, so it is actually not a Flink bug. But I think we should track the resolution of the issue here anyways because its affecting our user's satisfaction. -- This message was sent by Atlassian JIRA (v6.3.4#6332)