Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
add exception history for AdaptiveScheduler
Description
SchedulerNG.requestJob returns an ExecutionGraphInfo that was introduced in FLINK-21188. This ExecutionGraphInfo holds the information about the ArchivedExecutionGraph and exception history information. Currently, it's a list of ErrorInfos. This might change due to ongoing work in FLINK-21190 where we might introduced a wrapper class with more information on the failure.
The goal of this ticket is to implement the exception history for the AdaptiveScheduler, i.e. collecting the exceptions that caused restarts. This collection of failures should be forwarded through SchedulerNG.requestJob.
Attachments
Issue Links
- causes
-
FLINK-26431 Release Testing: Exception history for the adaptive scheduler
- Resolved
- depends upon
-
FLINK-21075 FLIP-160: Adaptive scheduler
- Closed
- is blocked by
-
FLINK-21190 Expose extended exception history through REST handler and adapt UI accordingly
- Closed
- is related to
-
FLINK-6042 Display last n exceptions/causes for job restarts in Web UI
- Resolved
- relates to
-
FLINK-26289 Adaptive Scheduler: Exception history can not be queried by the REST API
- Resolved
- links to