[FLINK-6042] [web] Display exception history #3643
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is PR builds 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 16 (configurable) root exceptions.
The history tab itself has up to 16 sub-tabs, one for each job attempt.
We now also show the location and task name (which includes the subtask index) for the root exception.
If no exception has occurred yet the page will look like this:

The latest tab when an exception has occurred:

The history tab:

The history tab with a selected attempt:

The history tab growing over time; oldest exception is on the far right:

The history tab when accessing a discarded exception:
