[ 
https://issues.apache.org/jira/browse/FLINK-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175981#comment-16175981
 ] 

Bowen Li commented on FLINK-7433:
---------------------------------

[~tedyu] Hi Ted, this seems to be a dup of FLINK-7659. I've submitted a PR for 
FLINK-7659, and will close this one

> Lack of synchronization accessing inProgress in 
> JobCancellationWithSavepointHandlers
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-7433
>                 URL: https://issues.apache.org/jira/browse/FLINK-7433
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>               try {
>                 if (throwable != null) {
>                   completed.put(requestId, throwable);
>                 } else {
>                   completed.put(requestId, path);
>                 }
>               } finally {
>                 inProgress.remove(jobId);
>               }
> {code}
> The call to inProgress.remove(jobId) should be protected by lock object.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to