[ https://issues.apache.org/jira/browse/FLINK-11716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-11716: ----------------------------------- Labels: pull-request-available (was: ) > Introduce Task Manager configuration option to customize address binding > mechanism > ---------------------------------------------------------------------------------- > > Key: FLINK-11716 > URL: https://issues.apache.org/jira/browse/FLINK-11716 > Project: Flink > Issue Type: Sub-task > Reporter: Alex > Assignee: Alex > Priority: Minor > Labels: pull-request-available > > Proposed configuration (in {{flink-config.yaml}}): > {code} > taskmanager.host.bind-policy: hostname|ip|auto-detect-hostname > {code} > With the following behavior: > If a {{taskmanager.host}} configuration option set, then the new option has > no effect. The provided address in the former would be used as binding > address for TM. > Otherwise, if {{taskmanager.host.bind-policy}} is: > * {{auto-detect-hostname}} - (default, same as current behavior) TM would > try to connect to a JM instance to determine it's binding address name; > * {{hostname}} - TM would use host's hostname as binding address > ({{InetAddress.getLocalHost().getHostName()}}); > * {{ip}} - TM would use host's ip address as binding address > ({{InetAddress.getLocalHost().getHostAddress()}}). -- This message was sent by Atlassian JIRA (v7.6.3#76005)