Qian Zhang created MESOS-9039:
---------------------------------
Summary: CNI isolator recovery should wait until unknown orphan
cleanup is done
Key: MESOS-9039
URL: https://issues.apache.org/jira/browse/MESOS-9039
Project: Mesos
Issue Type: Bug
Components: cni
Reporter: Qian Zhang
Assignee: Qian Zhang
Currently, CNI isolator will cleanup unknown orphaned containers in an
asynchronous way (see
[here|https://github.com/apache/mesos/blob/1.6.0/src/slave/containerizer/mesos/isolators/network/cni/cni.cpp#L439]
for details) during recovery, that means agent recovery can finish while the
cleanup of unknown orphaned containers is still ongoing which is not ideal. So
we need to make CNI isolator recovery waits until unknown orphan cleanup is
done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)