[
https://issues.apache.org/jira/browse/FLINK-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963873#comment-15963873
]
mingleizhang edited comment on FLINK-6275 at 4/11/17 9:43 AM:
--------------------------------------------------------------
[~tedyu] Could you please assgin this jira to me ? Let me inside it what
happened and I will give a patch to this jira soon.
was (Author: mingleizhang):
Let me inside it what happened and I will give a patch to this jira soon.
> 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)