Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-5856

Unnecessary duplicate start container request sent to NM State store

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha2
    • None
    • None
    • Reviewed

    Description

      In ContainerManagerImpl#startContainerInternal, a duplicate store container request is sent to NM State store which is unnecessary.

              this.context.getNMStateStore().storeContainer(containerId,
                  containerTokenIdentifier.getVersion(), request);
              dispatcher.getEventHandler().handle(
                new ApplicationContainerInitEvent(container));
              this.context.getNMStateStore().storeContainer(containerId,
                  containerTokenIdentifier.getVersion(), request);
      

      Attachments

        1. YARN-5856.01.patch
          1 kB
          Varun Saxena

        Activity

          People

            varun_saxena Varun Saxena
            varun_saxena Varun Saxena
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: