[ 
https://issues.apache.org/jira/browse/YARN-5856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15648419#comment-15648419
 ] 

Naganarasimha G R commented on YARN-5856:
-----------------------------------------

Trivial fix will wait for the jenkins run and later commit! 

> Unnecessary duplicate start container request sent to NM State store
> --------------------------------------------------------------------
>
>                 Key: YARN-5856
>                 URL: https://issues.apache.org/jira/browse/YARN-5856
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Varun Saxena
>            Assignee: Varun Saxena
>         Attachments: YARN-5856.01.patch
>
>
> In ContainerManagerImpl#startContainerInternal, a duplicate store container 
> request is sent to NM State store which is unnecessary.
> {code}
>         this.context.getNMStateStore().storeContainer(containerId,
>             containerTokenIdentifier.getVersion(), request);
>         dispatcher.getEventHandler().handle(
>           new ApplicationContainerInitEvent(container));
>         this.context.getNMStateStore().storeContainer(containerId,
>             containerTokenIdentifier.getVersion(), request);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to