[
https://issues.apache.org/jira/browse/FLINK-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387809#comment-15387809
]
ASF GitHub Bot commented on FLINK-4229:
---------------------------------------
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 <[email protected]>
Date: 2016-07-21T14:44:06Z
[FLINK-4229] Only start JMX server when port is specified
----
> Do not start Metrics Reporter by default
> ----------------------------------------
>
> Key: FLINK-4229
> URL: https://issues.apache.org/jira/browse/FLINK-4229
> Project: Flink
> Issue Type: Improvement
> Components: Metrics
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 1.1.0
>
>
> By default, we start a JMX reported that binds to a port and comes with extra
> threads.
> We should not start any reported by default to keep the overhead to a minimum.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)