[
https://issues.apache.org/jira/browse/MESOS-9039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529279#comment-16529279
]
Qian Zhang commented on MESOS-9039:
-----------------------------------
commit 77aba9a27ab8aac30f54cea6e465269e9c083fb2
Author: Qian Zhang
Date: Thu Jun 28 16:11:31 2018 +0800
Made CNI isolator recovery waits until unknown orphan cleanup is done.
Review: https://reviews.apache.org/r/67769
> 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
> Priority: Major
>
> 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)