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 2019/09/26 12:53:00 UTC

[jira] [Created] (FLINK-14233) All task state changes should be notified to SchedulingStrategy (SchedulerNG)

Zhu Zhu created FLINK-14233:
-------------------------------

             Summary: All task state changes should be notified to SchedulingStrategy (SchedulerNG)
                 Key: FLINK-14233
                 URL: https://issues.apache.org/jira/browse/FLINK-14233
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
    Affects Versions: 1.10.0
            Reporter: Zhu Zhu
             Fix For: 1.10.0


{{SchedulingStrategy}} requires task states to make scheduling decisions.
According to {{SchedulingStrategy#onExecutionStateChange}} definition, all task state changes should be notified to {{SchedulingStrategy}}, including those from TMs and from within JM.
This can be helpful for a more flexible scheduling.

In the worst case, if some states are not supposed to be notified for some concerns, we should document it for that interface.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)