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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to