You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2019/02/20 02:08:00 UTC

[jira] [Assigned] (FLINK-10902) Jobmanager in HA setup communicates the ip address instead of hostnames

     [ https://issues.apache.org/jira/browse/FLINK-10902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vinoyang reassigned FLINK-10902:
--------------------------------

    Assignee: vinoyang

> Jobmanager in HA setup communicates the ip address instead of hostnames
> -----------------------------------------------------------------------
>
>                 Key: FLINK-10902
>                 URL: https://issues.apache.org/jira/browse/FLINK-10902
>             Project: Flink
>          Issue Type: Bug
>          Components: JobManager, REST
>    Affects Versions: 1.3.3, 1.4.2, 1.5.5, 1.6.2
>            Reporter: Jeroen Steggink
>            Assignee: vinoyang
>            Priority: Minor
>
> In a HA Jobmanager setup the jobmanager communicates the ip address of the web and rest endpoints, instead of the hostname. I would rather the have hostnames I have configured, because this works better with routing, using load balancers and proxy exceptions.
> This appears in the logs:
> Remoting started; listening on addresses :[akka.tcp://flink@flink-jobmanager-0.flink-jobmanager.domain.svc.cluster.local:50010]
> Rest endpoint listening at 172.31.24.21:8081
> Web frontend listening at http://172.31.24.21:8081.
> Remoting started; listening on addresses :[akka.tcp://flink@flink-jobmanager-1.flink-jobmanager.domain.svc.cluster.local:50010]
> Rest endpoint listening at 172.31.24.22:8081
> Web frontend listening at http://172.31.24.22:8081.
> Remoting started; listening on addresses :[akka.tcp://flink@flink-jobmanager-2.flink-jobmanager.domain.svc.cluster.local:50010]
> Rest endpoint listening at 172.31.24.23:8081
> Web frontend listening at http://172.31.24.23:8081.
> -----------------
> This is related to issue FLINK-10748 which is about the HTTP redirect.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)