You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (JIRA)" <ji...@apache.org> on 2017/05/17 14:42:04 UTC

[jira] [Closed] (FLINK-5855) Unprotected access to pendingFilesPerCheckpoint in BucketingSink

     [ https://issues.apache.org/jira/browse/FLINK-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kostas Kloudas closed FLINK-5855.
---------------------------------
    Resolution: Invalid

> Unprotected access to pendingFilesPerCheckpoint in BucketingSink
> ----------------------------------------------------------------
>
>                 Key: FLINK-5855
>                 URL: https://issues.apache.org/jira/browse/FLINK-5855
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming Connectors
>            Reporter: Ted Yu
>            Assignee: mingleizhang
>            Priority: Minor
>
> {code}    handlePendingFilesForPreviousCheckpoints(restoredState.pendingFilesPerCheckpoint);
>     synchronized (restoredState.pendingFilesPerCheckpoint) {
>       restoredState.pendingFilesPerCheckpoint.clear();
> {code}
> Lock on pendingFilesPerCheckpoint should be obtained prior to the call to handlePendingFilesForPreviousCheckpoints().
> After discussion. I would give a related jira from this issue. https://issues.apache.org/jira/browse/FLINK-6381



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)