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 2019/02/26 16:03:00 UTC

[jira] [Closed] (FLINK-2472) Make the JobClientActor check periodically if the submitted Job is still running and if the JobManager is still alive

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

Till Rohrmann closed FLINK-2472.
--------------------------------
    Resolution: Won't Do

No longer an issue after Flip-6

> Make the JobClientActor check periodically if the submitted Job is still running and if the JobManager is still alive
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-2472
>                 URL: https://issues.apache.org/jira/browse/FLINK-2472
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination
>            Reporter: Till Rohrmann
>            Priority: Major
>
> In case that the {{JobManager}} dies without notifying possibly connected {{JobClientActors}} or if the job execution finishes without sending the {{SerializedJobExecutionResult}} back to the {{JobClientActor}}, it might happen that a {{JobClient.submitJobAndWait}} never returns.
> I propose to let the {{JobClientActor}} periodically check whether the {{JobManager}} is still alive and whether the submitted job is still running. If not, then the {{JobClientActor}} should return an exception to complete the waiting future.



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