GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2886
[FLINK-5179] Correct TM MetricRegistry and TmMG lifecycle
This PR corrects the life-cycle of the MetricRegistry and
TaskManagerMetricGroup of the TaskManager.
The MetricRegistry is no longer shutdown when the TaskManager disassociates
from the JobManager; the registry, and by extension the reporters, will now
live and be active as long as the TaskManager is running.
The TaskManagerMetricGroup is now properly closed when disassociating from
the JobManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 5179_registry_lifecycle
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2886.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 #2886
----
commit 32ee9b30f6cff3b17d30ad9b1920afb711c5263c
Author: zentol <[email protected]>
Date: 2016-11-28T15:10:33Z
[FLINK-5179] Correct TM MetricRegistry and TmMG lifecycle
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---