You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhu Zhu (Jira)" <ji...@apache.org> on 2022/06/20 11:38:00 UTC

[jira] [Created] (FLINK-28133) Rework DefaultScheduler to directly deploy executions

Zhu Zhu created FLINK-28133:
-------------------------------

             Summary: Rework DefaultScheduler to directly deploy executions
                 Key: FLINK-28133
                 URL: https://issues.apache.org/jira/browse/FLINK-28133
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Zhu Zhu
             Fix For: 1.16.0


Currently, the DefaultScheduler(base of AdaptiveBatchScheduler) can only perform ExecutionVertex level deployment. However, in this case, the scheduler is actually deploying the current execution attempt of the ExecutionVertex.

Therefore, we need to rework the DefaultScheduler to directly deploy executions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)