XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.15.0, 0.14.1
    • None
    • None

    Description

      When the ClusterResourcedManager receives a notification that a container is started, it moves the container from the "pending queue" to its "running queue".
      In the meanwhile, it's possible for another thread to remove the mapping for the key. Here's an example:

      NMCallbackThread-1:pendingYarnContainers.remove(key);

      NMCallbackThread-2:

      for (String key : pendingYarnContainers.keySet())

      { yarnContainer = pendingYarnContainers.get(key); <-- could be null depending on whether the removal happened before it. }

      Attachments

        Issue Links

          Activity

            People

              jagadish1989@gmail.com Jagadish
              jagadish1989@gmail.com Jagadish
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: