You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jeroen Steggink (JIRA)" <ji...@apache.org> on 2018/11/15 16:04:00 UTC

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

Jeroen Steggink created FLINK-10902:
---------------------------------------

             Summary: 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
    Affects Versions: 1.6.2, 1.5.5, 1.4.2, 1.3.3
            Reporter: Jeroen Steggink


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)