You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Varun Saxena (JIRA)" <ji...@apache.org> on 2016/11/08 18:18:58 UTC

[jira] [Created] (YARN-5856) Unnecessary duplicate start container request sent to NM State store

Varun Saxena created YARN-5856:
----------------------------------

             Summary: 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


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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org