You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/09/26 07:58:00 UTC

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

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)