mesosphere / net-modules

Apache Mesos modules for network isolation.
55 stars 28 forks source link

Store unreserved offers on scheduluer. #68

Closed spikecurtis closed 8 years ago

spikecurtis commented 8 years ago

Fixes a condition where agents are sending offers, but they are offset in time such that we only ever see 1 at a time via resourceOffers() callback, and thus fail to start multi-agent tests.

ozdanborne commented 8 years ago

Hanging onto offers means we should also handle calls to offerRescinded by removing them from the unreserved pool

ozdanborne commented 8 years ago

Otherwise LGTM

spikecurtis commented 8 years ago

Fixed offerRecended().