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)