Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1884

Composing Containerizer is not sending calls to still launching containers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.21.0
    • containerization
    • None
    • Mesosphere Q4 Sprint 1 10/31

    Description

      Currently the new composing containerizer it holds multiple containerizers and passes calls to the underlying containerizer that launched the container.

      However, this introduces a new problem where the composing containerizer only forward update/destroy calls to the container once the container is finished launching, as it then internally updates the tracking structure which containerizer is a container launched with.

      The symptom is that the containerizer that is launching a container won't get a destroy call and continue to launch the container, while the slave already removed the task and it became a orphaned container that is not tracked by Mesos.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tnachen Timothy Chen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: