[
https://issues.apache.org/jira/browse/FLINK-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15695813#comment-15695813
]
ASF GitHub Bot commented on FLINK-5145:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2867
[FLINK-5145] WebInterface only polls selected metrics
This PR modifies the WebFrontend to only pull the values for metrics that
were actively selected by the user, instead of all available metrics.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink frontend_metrics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2867.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 #2867
----
commit d24633c1fd9d7226946651658a00f0d534cea63f
Author: zentol <[email protected]>
Date: 2016-11-23T12:08:12Z
[FLINK-5145] WebInterface only polls selected metrics
commit cb3dae0a8c26a6aeffd7ae3b01ec0ce9de3d3c5f
Author: zentol <[email protected]>
Date: 2016-11-23T12:21:02Z
Random re-ordering by gulp
----
> WebInterface to aggressive in pulling metrics
> ---------------------------------------------
>
> Key: FLINK-5145
> URL: https://issues.apache.org/jira/browse/FLINK-5145
> Project: Flink
> Issue Type: Improvement
> Components: Webfrontend
> Affects Versions: 1.2.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.2.0
>
>
> The WebInterface currently fetches the values for every available metric in a
> single request, regardless of whether they are selected or not. For larger
> jobs with a high parallelism this can put put a big burden on connections.
> I propose to limit the polling to metrics that are actually selected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)