[
https://issues.apache.org/jira/browse/FLINK-25031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lijie Wang updated FLINK-25031:
-------------------------------
Description: The adaptive batch 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. (was: 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.)
> 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
> Components: Runtime / Coordination
> Reporter: Lijie Wang
> Priority: Major
>
> The adaptive batch 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)