GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/3601
[WIP [FLINK-6042] [web] Display exception history
This is a work-in-progress PR building on top of #3583.
With this PR the exceptions tab in the web-interface now has 2 sub-tabs,
one for the most recent exception (the current Exception page) and another one
for a history of the last 20 root exceptions.


The history currently only displays root exceptions for the sake of
simplicity. The oldest exception is displayed at the bottom, so by scrolling
down you move back in time. Note that this tab only works for running jobs at
the moment, so if you want to try it out make sure you're setting a
restart-strategy.
The "Most recent" view (the current Exceptions page) was furthermore
enhanced to include the task name&location for the root exception. These are
only displayed when a task was responsible for a job failure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 6042_excetion_history
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3601.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 #3601
----
commit d15f400a5f851e287d65e7da1af2e38a813dd74a
Author: zentol <[email protected]>
Date: 2017-03-21T09:23:28Z
[FLINK-6043] [web] Display exception timestamp
commit bb879510bd65b54408b186a50f3e53b0c86b5236
Author: zentol <[email protected]>
Date: 2017-03-23T11:51:11Z
[FLINK-6042] [web] Display exception history
----
---
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.
---