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

Varun Saxena commented on YARN-5856:
------------------------------------

Thanks [~Naganarasimha] for the 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
>             Fix For: 3.0.0-alpha2
>
>         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