[ https://issues.apache.org/jira/browse/FLINK-36533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ferenc Csaky updated FLINK-36533: --------------------------------- Summary: Fix detecting bind failure in case of Netty EPOLL transport (was: An exception occurs when using the taskmanager.data.bind-port) > Fix detecting bind failure in case of Netty EPOLL transport > ----------------------------------------------------------- > > Key: FLINK-36533 > URL: https://issues.apache.org/jira/browse/FLINK-36533 > Project: Flink > Issue Type: Bug > Affects Versions: 1.20.0, 1.19.1, 2.0-preview > Reporter: five > Assignee: Ferenc Csaky > Priority: Major > Labels: pull-request-available > Fix For: 2.0.0, 1.19.2, 1.20.1 > > Attachments: exception.png, source_code.png > > > An error occurred when using a port range for the > {{taskmanager.data.bind-port}} configuration item. > > Environment Information: > * Flink version: 1.20.0 > * Java: 1.8 > Configuration Information: > * taskmanager.data.bind-port: 12001-13000 > When starting the Flink job, an exception occurs. Please see the attached > file for the exception message: exception.png > The error received is a NativeIoException. However, the source code is set up > to catch a BindException. (Refer to the attached file: source_code.png) The > two do not match. -- This message was sent by Atlassian Jira (v8.20.10#820010)