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:07:00 UTC

[jira] [Updated] (FLINK-12228) Implement Eager Scheduling Strategy

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

Gary Yao updated FLINK-12228:
-----------------------------
    Description: 
Implement a {{SchedulingStrategy}} that covers the functionality of {{ScheduleMode.EAGER}}, i.e., all vertices are scheduled at once.

Acceptance Criteria:
* Test implementation of {{SchedulerOperations}} exists
* Test implementation of {{SchedulingTopology}} exists
* New strategy is tested in isolation using test implementations (i.e., without having to submit a job)


  was:
Implement a {{SchedulingStrategy}} that covers the functionality of {{ScheduleMode.EAGER}}, i.e., all vertices are scheduled at once.

Acceptance Criteria:
* Test implementation of {{SchedulerOperations}} exists
* Test implementation of {{AccessExecutionGraph}} exists
* New strategy is tested in isolation using test implementations (i.e., without having to submit a job)



> Implement Eager Scheduling Strategy
> -----------------------------------
>
>                 Key: FLINK-12228
>                 URL: https://issues.apache.org/jira/browse/FLINK-12228
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>            Reporter: Gary Yao
>            Assignee: shuai.xu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Implement a {{SchedulingStrategy}} that covers the functionality of {{ScheduleMode.EAGER}}, i.e., all vertices are scheduled at once.
> Acceptance Criteria:
> * Test implementation of {{SchedulerOperations}} exists
> * Test implementation of {{SchedulingTopology}} exists
> * New strategy is tested in isolation using test implementations (i.e., without having to submit a job)



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