[
https://issues.apache.org/jira/browse/FLINK-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated FLINK-2826:
--------------------------
Description:
Here is related code:
{code}
if (references.isEmpty()) {
disposed = true;
data = null;
transformed = null;
{code}
Elsewhere, transformed is modified with lock on
BroadcastVariableMaterialization.this
was:
Here is related code:
{code}
if (references.isEmpty()) {
disposed = true;
data = null;
transformed = null;
{code}
Elsewhere, transformed is modified with lock on
BroadcastVariableMaterialization.this
> 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
>
> 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)