You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/07/03 09:55:00 UTC

[jira] [Closed] (FLINK-10914) Prefer notifying status changed to waiting and checking in ExecutionGraph tests

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

Till Rohrmann closed FLINK-10914.
---------------------------------
    Resolution: Later

This will most likely be resolved with the reworked scheduler implementation.

> Prefer notifying status changed to waiting and checking in ExecutionGraph tests
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-10914
>                 URL: https://issues.apache.org/jira/browse/FLINK-10914
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination, Tests
>    Affects Versions: 1.8.0
>            Reporter: Zili Chen
>            Assignee: Zili Chen
>            Priority: Major
>
> Currently there are several tests of {{ExecutionGraph}} based on {{ExecutionGraphTestUtils#waitUntilJobStatus}} and {{ExecutionGraphTestUtils#waitUntilExecution(Vertex)State}}. I notice that we have {{JobStatusListener}} s and {{ExecutionStatusListener}} s registered on a {{ExecutionGraph}}. It is possible to replace the waiting version with a notifying version, which is with less cpu workload and more reliable(the waiting version might miss some very quick status/state changes).
> What do you think [~till.rohrmann] [~Zentol]?



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