Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Only globally terminated jobs are currently stored in the execution graph store after termination. In case the JobManager is shutdown and jobs are still running, these jobs will be suspended which is a non-globally terminated state.
The problem surfaces when a user tries to access information about the job during termination, leading to a job not found response. By storing all terminated jobs in the execution graph store this should be fixed.
Attachments
Issue Links
- causes
-
FLINK-22820 Stopping Yarn session cluster will cause fatal error
- Closed
-
FLINK-24232 Archiving of suspended jobs prevents breaks subsequent archive attempts
- Closed
- links to