You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (JIRA)" <ji...@apache.org> on 2019/05/08 13:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-12231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Yao resolved FLINK-12231.
------------------------------
    Resolution: Fixed

1.9: b9704be0512337b3c74a26f3fb36035e6480d522

> Introduce Scheduler interface and adapt ExecutionGraph to it
> ------------------------------------------------------------
>
>                 Key: FLINK-12231
>                 URL: https://issues.apache.org/jira/browse/FLINK-12231
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>            Reporter: Gary Yao
>            Assignee: Gary Yao
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)