You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yong Qiao Wang (JIRA)" <ji...@apache.org> on 2015/09/09 01:50:45 UTC

[jira] [Assigned] (MESOS-2064) Add InverseOffer to Java Scheduler API.

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

Yong Qiao Wang reassigned MESOS-2064:
-------------------------------------

    Assignee: Yong Qiao Wang

> Add InverseOffer to Java Scheduler API.
> ---------------------------------------
>
>                 Key: MESOS-2064
>                 URL: https://issues.apache.org/jira/browse/MESOS-2064
>             Project: Mesos
>          Issue Type: Task
>          Components: java api
>            Reporter: Benjamin Mahler
>            Assignee: Yong Qiao Wang
>              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 these to the Java Scheduler API is to add a new callback:
> {code}
>   void inverseResourceOffers(
>       SchedulerDriver driver,
>       List<InverseOffer> inverseOffers);
> {code}
> JAR / libmesos compatibility will need to be figured out here.
> We may want to leave the Java binding untouched in favor of Event/Call, in order to not break API compatibility for schedulers.



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