[jira] [Created] (FLINK-5205) Asynchronous remove job messages can interfere with recovered or resubmitted jobs

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5205) Asynchronous remove job messages can interfere with recovered or resubmitted jobs

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-5205:
------------------------------------

             Summary: Asynchronous remove job messages can interfere with recovered or resubmitted jobs
                 Key: FLINK-5205
                 URL: https://issues.apache.org/jira/browse/FLINK-5205
             Project: Flink
          Issue Type: Bug
          Components: JobManager
    Affects Versions: 1.1.3, 1.2.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor
             Fix For: 1.2.0, 1.1.4


The {{JobManager}} executes the {{removeJob}} call at various places asynchronously via the {{RemoveJob}} message, even though this is not strictly needed. This is not necessary and can be done synchronously. The advantage would be that the remove job operation won't interfere with recovered or resubmitted jobs which have the same {{JobID}} as the job for which the message was initially triggered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)