You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anindya Sinha (JIRA)" <ji...@apache.org> on 2016/05/24 22:03:12 UTC

[jira] [Created] (MESOS-5448) Persistent volume deletion on the agent should survive slave restart

Anindya Sinha created MESOS-5448:
------------------------------------

             Summary: Persistent volume deletion on the agent should survive slave restart
                 Key: MESOS-5448
                 URL: https://issues.apache.org/jira/browse/MESOS-5448
             Project: Mesos
          Issue Type: Bug
          Components: general
            Reporter: Anindya Sinha
            Assignee: Anindya Sinha


When the master sends a CheckpointResourcesMessage to the agent, the agent attempts to rmdir the persistent volume (if it existed before, and is no longer in the updated checkpoint in CheckpointResourcesMessage).

If the slave restarts before the operation finishes, the disk space can be leaked because a reattempt of a rmdir is not done.
Subsequently, a CREATE on the same path could result in leaking of the data to another framework (since the directory was not rm-ed).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)