[jira] [Created] (FLINK-6275) Unprotected access to resourceManager in YarnFlinkApplicationMasterRunner#runApplicationMaster

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

[jira] [Created] (FLINK-6275) Unprotected access to resourceManager in YarnFlinkApplicationMasterRunner#runApplicationMaster

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

             Summary: Unprotected access to resourceManager in YarnFlinkApplicationMasterRunner#runApplicationMaster
                 Key: FLINK-6275
                 URL: https://issues.apache.org/jira/browse/FLINK-6275
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
      // wait for resource manager to finish
      resourceManager.getTerminationFuture().get();
{code}
The above is outside synchronized block.

@GuardedBy indicates that access should be protected.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)