GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3377
[FLINK-5645] Store accumulators/metrics for canceled/failed tasks This PR modified the Execution/ExecutionGraph to store transmitted io-metrics/accumulators for canceled/failed tasks. Previously these were only stored for finished tasks. For other tasks they were simply discarded. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 5645_metrics_failed Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3377.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 #3377 ---- commit 1a68ee62a86de283a1a0210dc637ac65d3860bef Author: zentol <ches...@apache.org> Date: 2017-02-21T11:36:17Z [FLINK-5645] Store accumulators/metrics for canceled/failed tasks ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---