You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2018/06/06 07:01:00 UTC

[jira] [Closed] (FLINK-7917) The return of taskInformationOrBlobKey should be placed inside synchronized in ExecutionJobVertex

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

vinoyang closed FLINK-7917.
---------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

> The return of taskInformationOrBlobKey should be placed inside synchronized in ExecutionJobVertex
> -------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-7917
>                 URL: https://issues.apache.org/jira/browse/FLINK-7917
>             Project: Flink
>          Issue Type: Bug
>          Components: Local Runtime
>            Reporter: Ted Yu
>            Assignee: vinoyang
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> Currently in ExecutionJobVertex#getTaskInformationOrBlobKey:
> {code}
>     }
>     return taskInformationOrBlobKey;
> {code}
> The return should be placed inside synchronized block.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)