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

Potential memory leaks in the `volume/sandbox_path` isolator

    XMLWordPrintableJSON

Details

    Description

      The sandboxes hashmap object of mesos::internal::slave::VolumeSandboxPathIsolatorProcess bears the risk of potential memory leak.

      It adds the sandbox path upon each container launch and does not remove the sandbox path after cleaning up the container. As the life cycle of an isolator is attached to that of MesosContainerizer, this means that more and more sandbox paths will get added to the sandboxes hashmap object, as Mesos containers keep being launched and will likely blow up Mesos agent eventually.

      Attachments

        Activity

          People

            jasonlai Jason Lai
            jasonlai Jason Lai
            Gilbert Song Gilbert Song
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: