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://
[hidden email]: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://
[hidden email]: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://
[hidden email]: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)