Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
try { if (throwable != null) { completed.put(requestId, throwable); } else { completed.put(requestId, path); } } finally { inProgress.remove(jobId); }
The call to inProgress.remove(jobId) should be protected by lock object.
Attachments
Issue Links
- duplicates
-
FLINK-7659 Unprotected access to inProgress in JobCancellationWithSavepointHandlers#handleNewRequest
- Closed