You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (Jira)" <ji...@apache.org> on 2020/05/13 03:13:00 UTC

[jira] [Created] (MESOS-10127) The sequences used in Docker volume isolator are never erased

Qian Zhang created MESOS-10127:
----------------------------------

             Summary: The sequences used in Docker volume isolator are never erased
                 Key: MESOS-10127
                 URL: https://issues.apache.org/jira/browse/MESOS-10127
             Project: Mesos
          Issue Type: Task
          Components: containerization
            Reporter: Qian Zhang


In Docker volume isolator, we use [sequence|https://github.com/apache/mesos/blob/1.9.0/src/slave/containerizer/mesos/isolators/docker/volume/isolator.hpp#L119:L122] to make sure the mount and unmount operations for a single volume are issued serially, but the sequence is never erased which could be a memory leak.

We have this issue since Mesos 1.0.0 release when Docker volume isolator was introduced.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)