Jie Yu created MESOS-1558:
-----------------------------
Summary: Removing bind mount in the network isolator has race
condition
Key: MESOS-1558
URL: https://issues.apache.org/jira/browse/MESOS-1558
Project: Mesos
Issue Type: Bug
Reporter: Jie Yu
Say there are two containers: A and B. Here is the sequence of events:
1) A is launched and running
2) B is cloned
3) Before B executes child isolation scripts which remove all bind mounts under
/var/run/netns, A exits.
4) A tries to remove it's corresponding bind mount under /var/run/netns
5) A gets a "device is busy" error
--
This message was sent by Atlassian JIRA
(v6.2#6252)