You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/08/30 17:35:21 UTC

[jira] [Updated] (FLINK-4534) Lack of synchronization in BucketingSink#restoreState()

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

Ted Yu updated FLINK-4534:
--------------------------
    Summary: Lack of synchronization in BucketingSink#restoreState()  (was: Lack of synchronization in BucketingSink#restoreState() w.r.t. state.bucketStates)

> Lack of synchronization in BucketingSink#restoreState()
> -------------------------------------------------------
>
>                 Key: FLINK-4534
>                 URL: https://issues.apache.org/jira/browse/FLINK-4534
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>
> Iteration over state.bucketStates is protected by synchronization in other methods, except for the following in restoreState():
> {code}
>     for (BucketState<T> bucketState : state.bucketStates.values()) {
> {code}



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