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:
message Offers { repeated Offer offers = 1; repeated InverseOffer inverse_offers = 2; }
- blocks
-
MESOS-3042 Master/Allocator does not send InverseOffers to resources to be maintained
-
- Resolved
-
- is blocked by
-
MESOS-2061 Add InverseOffer protobuf message.
-
- Resolved
-