[jira] [Created] (FLINK-12231) Introduce Scheduler interface and adapt ExecutionGraph to it

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-12231) Introduce Scheduler interface and adapt ExecutionGraph to it

Shang Yuanchun (Jira)
Gary Yao created FLINK-12231:
--------------------------------

             Summary: Introduce Scheduler interface and adapt ExecutionGraph to it
                 Key: FLINK-12231
                 URL: https://issues.apache.org/jira/browse/FLINK-12231
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
            Reporter: Gary Yao
            Assignee: Gary Yao


Introduce the {{Scheduler}} interface. The {{ExecutionGraph}} contains scheduling logic at the moment. We can use the adapter pattern to translate the _scheduling-relevant_ methods on the {{ExecutionGraph}} to the {{Scheduler}} interface.

Acceptance Criteria:
* {{JobMaster}} does not have a reference to the {{ExecutionGraph}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)