[
https://issues.apache.org/jira/browse/FLINK-21510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-21510:
-------------------------------------
Description:
The ExecutionGraphBuilder registers several metrics directly on the
JobManagerJobMetricGroup, which are never cleaned up.
When the AdaptiveScheduler re-creates the EG these will collide with metrics of
prior attempts.
Essentially we need to create a separate metric group that we pass to the EG.
was:
The ExecutionGraphBuilder registers several metrics directly on the
JobManagerJobMetricGroup, which are never cleaned up.
When the AdaptiveScheduler re-creates the EG these will collide with metrics of
prior attempts.
> ExecutionGraph metrics collide on restart
> -----------------------------------------
>
> Key: FLINK-21510
> URL: https://issues.apache.org/jira/browse/FLINK-21510
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Reporter: Chesnay Schepler
> Priority: Major
> Fix For: 1.13.0
>
>
> The ExecutionGraphBuilder registers several metrics directly on the
> JobManagerJobMetricGroup, which are never cleaned up.
> When the AdaptiveScheduler re-creates the EG these will collide with metrics
> of prior attempts.
> Essentially we need to create a separate metric group that we pass to the EG.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)