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

[jira] [Closed] (FLINK-9153) TaskManagerRunner should support rpc port range

     [ https://issues.apache.org/jira/browse/FLINK-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Richter closed FLINK-9153.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Merged in:
master: 7c90447849
release-1.5: b57bf73e57

> TaskManagerRunner should support rpc port range
> -----------------------------------------------
>
>                 Key: FLINK-9153
>                 URL: https://issues.apache.org/jira/browse/FLINK-9153
>             Project: Flink
>          Issue Type: Bug
>          Components: TaskManager
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>             Fix For: 1.6.0, 1.5.1
>
>
> TaskManagerRunner current just support one specific port :
> {code:java}
> final int rpcPort = configuration.getInteger(ConfigConstants.TASK_MANAGER_IPC_PORT_KEY, 0);
> {code}
> It should support port range as the document described : https://ci.apache.org/projects/flink/flink-docs-master/ops/config.html#taskmanager-rpc-port
>  



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