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/24 20:27:45 UTC

[jira] [Comment Edited] (MESOS-2061) Add InverseOffer protobuf message.

    [ https://issues.apache.org/jira/browse/MESOS-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619183#comment-14619183 ] 

Joseph Wu edited comment on MESOS-2061 at 8/24/15 6:27 PM:
-----------------------------------------------------------

Review: https://reviews.apache.org/r/36321/

-The "InverseOffer" object name is still tentative, pending more discussion on the design doc(s).-


was (Author: kaysoky):
Review: https://reviews.apache.org/r/36321/

The "InverseOffer" object name is still tentative, pending more discussion on the design doc(s).

> Add InverseOffer protobuf message.
> ----------------------------------
>
>                 Key: MESOS-2061
>                 URL: https://issues.apache.org/jira/browse/MESOS-2061
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Benjamin Mahler
>            Assignee: Joseph Wu
>              Labels: mesosphere
>
> InverseOffer was defined as part of the maintenance work in MESOS-1474, design doc here: https://docs.google.com/document/d/16k0lVwpSGVOyxPSyXKmGC-gbNmRlisNEe4p-fAUSojk/edit?usp=sharing
> {code}
> /**
>  * A request to return some resources occupied by a framework.
>  */
> message InverseOffer {
>   required OfferID id = 1;
>   required FrameworkID framework_id = 2;
>   // A list of resources being requested back from the framework.
>   repeated Resource resources = 3;
>   // Specified if the resources need to be released from a particular slave.
>   optional SlaveID slave_id = 4;
>   // The resources in this InverseOffer are part of a planned maintenance
>   // schedule in the specified window.  Any tasks running using these
>   // resources may be killed when the window arrives.
>   optional Interval unavailability = 5;
> }
> {code}
> This ticket is to capture the addition of the InverseOffer protobuf to mesos.proto, the necessary API changes for Event/Call and the language bindings will be tracked separately.



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