GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/2279
[FLINK-4229] Only start JMX server when port is specified The JMX reporter now only starts an extra server if a port (or port range) was specified. Otherwise, it will just have the default local JMX capabilities. R: @StephanEwen R: @zentol You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink jmx-no-server Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2279.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2279 ---- commit 89fc415ee8b882ac67dc34be41c98811e35dae98 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2016-07-21T14:44:06Z [FLINK-4229] Only start JMX server when port is specified ---- --- 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. ---