[
https://issues.apache.org/jira/browse/MESOS-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319013#comment-15319013
]
Yan Xu commented on MESOS-5448:
-------------------------------
Hi [~neilc], I am going to look at this too but are you able to help review
this since you were the author of MESOS-2408 :) ?
> 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
> Labels: persistent-volumes
>
> When the master sends a CheckpointResourcesMessage to the agent, the agent
> attempts to rmdir the persistent volume for a DESTROY operation (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 (since the checkpoint is
> already updated).
> Subsequently, a CREATE on the same path could result in leaking of the data
> to another framework (since the directory was not rm-ed) since the CREATE
> operation is successful even if the root directory exists and the contents of
> that directory is not empty.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)