You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/11/11 16:38:11 UTC

[jira] [Resolved] (FLINK-2826) transformed is modified in BroadcastVariableMaterialization#decrementReferenceInternal without proper locking

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

Stephan Ewen resolved FLINK-2826.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0

Fixed via 6019f085f0d3dadc20a11f900784ce2796a89ce0

Thank you for the contribution!

> transformed is modified in BroadcastVariableMaterialization#decrementReferenceInternal without proper locking
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-2826
>                 URL: https://issues.apache.org/jira/browse/FLINK-2826
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 1.0
>
>
> Here is related code:
> {code}
>                         if (references.isEmpty()) {
>                                 disposed = true;
>                                 data = null;
>                                 transformed = null;
> {code}
> Elsewhere, transformed is modified with lock on BroadcastVariableMaterialization.this



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