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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Ted Yu created FLINK-7917:
-----------------------------

             Summary: 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
            Reporter: Ted Yu
            Priority: Minor


Currently:
{code}
    }

    return taskInformationOrBlobKey;
{code}
The return should be placed inside synchronized block.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)