Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
After finishing a job, master calls `flushMetrics` to store the collected metrics into a file and optionally to DB.
The problem is that the saved metrics remain in the metric store.
It results duplicated saving of metrics in multi-dag situation.
We need to empty MetricStore after flushing metrics.