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

cgroups::internal::Destroyer should not destroy nested cgroups in parallel.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • containerization
    • None

    Description

      Currently the destroyer would attempt to kill processes in a cgroup tree in parallel.

      However it could result in two threads trying to freeze and thaw a parent and a child cgroup concurrently and repeatedly and it's possible that neither would make progress so it will lead to the containerizer not able to destroy the container within a timeout, after which point the agent/containerizer just gave up, leaving the (partially) frozen container holding system resources (e.g., ports).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              xujyan Yan Xu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: