Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2472

Make the JobClientActor check periodically if the submitted Job is still running and if the JobManager is still alive

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • None
    • None
    • Runtime / Coordination
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            trohrmann Till Rohrmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: