You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2018/01/05 02:03:00 UTC

[jira] [Created] (MESOS-8399) Use unique ID for CSI plugin containers in SLRP.

Chun-Hung Hsiao created MESOS-8399:
--------------------------------------

             Summary: Use unique ID for CSI plugin containers in SLRP.
                 Key: MESOS-8399
                 URL: https://issues.apache.org/jira/browse/MESOS-8399
             Project: Mesos
          Issue Type: Bug
            Reporter: Chun-Hung Hsiao
            Assignee: Chun-Hung Hsiao


If an agent crashed abnormally and the runtime directory is lost, then a standalone container previously launched by SLRP will be considered orphan when the agent restarts. Since the orphan containers are cleaned up asynchronously, it is possible that the cleanup is racing with SLRP launching a new standalone container instance with the same ID. To avoid this race, we should use unique IDs for CSI plugin containers.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)