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

Container leak on NM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 2.6.0
    • None
    • None
    • Reviewed

    Description

      Caused by YARN-1372. thanks vinodkv for pointing this out.

      The problem is that in YARN-1372 we changed the behavior to remove containers from NMContext only after the containers are acknowledged by AM. But in the NodeStatusUpdaterImpl#removeCompletedContainersFromContext call, we didn't check whether the container is really completed or not. If the container is stilll running, we shouldn't remove the container from the context

      Attachments

        1. YARN-2825.1.patch
          8 kB
          Jian He
        2. YARN-2825.1.patch
          7 kB
          Jian He
        3. YARN-2825.2.patch
          10 kB
          Jian He
        4. YARN-2825.3.patch
          7 kB
          Jian He
        5. YARN-2825.4.patch
          8 kB
          Jian He

        Activity

          People

            jianhe Jian He
            jianhe Jian He
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: