douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Fix construction of AcceptInverseOffers/DeclineInverseOffers #90

Closed bmerry closed 6 years ago

bmerry commented 6 years ago

They were passing a field called offer_ids, whereas the protocol expected inverse_offer_ids (see https://github.com/apache/mesos/blob/master/include/mesos/scheduler/scheduler.proto).