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 2017/05/01 21:29:04 UTC

[jira] [Assigned] (MESOS-7403) Resources::apply(const Offer::Operation&) should fail when a shared persistent volume can't be removed

     [ https://issues.apache.org/jira/browse/MESOS-7403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anindya Sinha reassigned MESOS-7403:
------------------------------------

    Assignee: Anindya Sinha

> Resources::apply(const Offer::Operation&) should fail when a shared persistent volume can't be removed
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-7403
>                 URL: https://issues.apache.org/jira/browse/MESOS-7403
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Yan Xu
>            Assignee: Anindya Sinha
>
> The handling of {{Offer::Operation::DESTROY}} in {{Try<Resources> Resources::apply(const Offer::Operation& operation) const;}} simply does a subtraction of the volumes from the resources. For regular persistent volumes this should suffice but for shared persistent volumes if there are multiple copies of the same shared volume in the resources object, the subtraction can't remove the volume, it simply removes a copy.
> This being a {{DESTROY}} operation means we do want to completely remove it and if we can't, the {{apply}} method should fail.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)