Lijie Wang created FLINK-25031: ---------------------------------- Summary: Job finishes iff all job vertices finish Key: FLINK-25031 URL: https://issues.apache.org/jira/browse/FLINK-25031 Project: Flink Issue Type: Sub-task Reporter: Lijie Wang
The adaptive batch job scheduler needs to build ExecutionGraph dynamically. For a dynamic graph, since its execution vertices can be lazily created, a job should not finish when all ExecutionVertex(es) finish. Changes should be made to let a job finish only when all registered ExecutionJobVertex have finished. -- This message was sent by Atlassian Jira (v8.20.1#820001)