[
https://issues.apache.org/jira/browse/FLINK-10902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-10902.
---------------------------------
Resolution: Not A Problem
This should no longer be a problem.
> 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: Runtime / Coordination, Runtime / 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://fl...@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://fl...@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://fl...@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
(v8.3.4#803005)