Maximilian Michels created FLINK-4273: -----------------------------------------
Summary: Refactor JobClientActor to watch already submitted jobs Key: FLINK-4273 URL: https://issues.apache.org/jira/browse/FLINK-4273 Project: Flink Issue Type: Sub-task Components: Client Reporter: Maximilian Michels Assignee: Maximilian Michels Priority: Minor Fix For: 1.2.0 The JobClientActor assumes that it receives a job, submits it, and waits for the result. This process should be broken up into a submission process and a waiting process which can both be entered independently. This leads to two different entry points: 1) submit(job) -> wait 2) retrieve(jobID) -> wait -- This message was sent by Atlassian JIRA (v6.3.4#6332)