Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Here is related code:
} finally {
inProgress.remove(jobId);
}
A little lower, in another finally block, there is:
synchronized (lock) { if (!success) { inProgress.remove(jobId);
which is correct.
Attachments
Issue Links
- is duplicated by
-
FLINK-7433 Lack of synchronization accessing inProgress in JobCancellationWithSavepointHandlers
- Closed
- links to