Joseph Wu created MESOS-3043:
--------------------------------
Summary: Master should handle InverseOffers in the Accept call
(Event/Call API)
Key: MESOS-3043
URL: https://issues.apache.org/jira/browse/MESOS-3043
Project: Mesos
Issue Type: Task
Components: master
Reporter: Joseph Wu
InverseOffers are similar to Offers in that they are Accepted or Declined based
on their OfferID.
Some additional logic may be neccesary in Master::accept
(src/master/master.cpp) to gracefully handle the acceptance of InverseOffers.
* The InverseOffer needs to be removed from the set of pending InverseOffers.
* The InverseOffer should not result any errors/warnings.
Note: accepted InverseOffers do not preclude further InverseOffers from being
sent to the framework. Instead, an accepted InverseOffer merely signifies that
the framework is _currently_ fine with the expected downtime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)