Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1458#issuecomment-170561792 Hmm, to me it is confusing by itself that there are different parameters for ports in HA mode and in standalone mode. Taking a step back, I would expect this behavior: `jobmanager.rpc.port` should be interpreted by HA and non-HA the same way: - If it is a single port, that port should be used. - A `0` should pick a random port. - A portrange should pick a port from the range. Portranges and random ports are only cornercase useful in standalone setups, but might be. One can start a flink cluster with a port range port, and submit a job via the web frontend, or by explicitly specifying hostname:port in the CLI client.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---