shuai.xu created FLINK-5171: ------------------------------- Summary: Wrong use of Preconditions.checkState in TaskManagerRunner Key: FLINK-5171 URL: https://issues.apache.org/jira/browse/FLINK-5171 Project: Flink Issue Type: Bug Components: Core Reporter: shuai.xu Assignee: shuai.xu
Preconditions.checkState will check the first parameter is true, if not, it will throw an exception. but in TaskManagerRunner, it will throw an exception if rpc port is valid. -- This message was sent by Atlassian JIRA (v6.3.4#6332)