You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2015/08/11 21:29:45 UTC

[jira] [Updated] (MESOS-2062) Add InverseOffer to Event/Call API.

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

Joseph Wu updated MESOS-2062:
-----------------------------
    Assignee: Joris Van Remoortere  (was: Joseph Wu)

> Add InverseOffer to Event/Call API.
> -----------------------------------
>
>                 Key: MESOS-2062
>                 URL: https://issues.apache.org/jira/browse/MESOS-2062
>             Project: Mesos
>          Issue Type: Task
>          Components: c++ api
>            Reporter: Benjamin Mahler
>            Assignee: Joris Van Remoortere
>              Labels: mesosphere, twitter
>
> The initial use case for InverseOffer in the framework API will be the maintenance primitives in mesos: MESOS-1474.
> One way to add this is to tack it on to the OFFERS Event:
> {code}
> message Offers {
>   repeated Offer offers = 1;
>   repeated InverseOffer inverse_offers = 2;
> }
> {code}



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