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 2018/06/29 01:41:00 UTC

[jira] [Created] (MESOS-9039) CNI isolator recovery should wait until unknown orphan cleanup is done

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)