Fabian Paul created FLINK-22434: ----------------------------------- Summary: Dispatcher does not store suspended jobs in execution graph store Key: FLINK-22434 URL: https://issues.apache.org/jira/browse/FLINK-22434 Project: Flink Issue Type: Bug Components: Runtime / Coordination Reporter: Fabian Paul Assignee: Fabian Paul Fix For: 1.11.4, 1.14.0, 1.12.3, 1.13.1
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)