[
https://issues.apache.org/jira/browse/FLINK-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742500#comment-15742500
]
ASF GitHub Bot commented on FLINK-5321:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2991
[FLINK-5321] [metrics] LocalFlinkMiniCluster starts JM MetricQueryService
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 5321_mqs_fmc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2991.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 #2991
----
commit e943a2631c2750af9b1798c6a32929c3e3dac610
Author: zentol <[email protected]>
Date: 2016-12-12T17:15:14Z
[FLINK-5321] [metrics] LocalFlinkMiniCluster starts JM MetricQS
----
> FlinkMiniCluster does not start Jobmanager MetricQueryService
> -------------------------------------------------------------
>
> Key: FLINK-5321
> URL: https://issues.apache.org/jira/browse/FLINK-5321
> Project: Flink
> Issue Type: Bug
> Components: JobManager, Metrics
> Affects Versions: 1.2.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.2.0
>
>
> The JobManager MetricQueryService is never started when using the
> LocalFlinkMiniCluster. It lacks the call to
> MetricRegistry#startQueryService().
> As a result jobmanager metrics aren't reporter to the web frontend, and it
> causes repeated logging of exceptions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)