[jira] [Created] (FLINK-10428) AbstractServerBase should bind to any address per default

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10428) AbstractServerBase should bind to any address per default

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-10428:
-------------------------------------

             Summary: AbstractServerBase should bind to any address per default
                 Key: FLINK-10428
                 URL: https://issues.apache.org/jira/browse/FLINK-10428
             Project: Flink
          Issue Type: Bug
          Components: Queryable State
    Affects Versions: 1.5.4, 1.6.1, 1.7.0
            Reporter: Till Rohrmann
             Fix For: 1.7.0


The {{AbstractServerBase}}, the base class of the queryable state servers, is setup to bind to the same hostname as the {{RpcService}} of the {{TaskExecutor}}. People ran into the problem that in certain setups where you start Flink components locally or in the same container, that the queryable state server binds to 127.0.0.1. Therefore it is not possible to connect from the outside to this machine.

I propose to bind per default to any hostname (0.0.0.0) and make it configurable in case that a user wants to bind to a specific hostname.



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