-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22066/
-----------------------------------------------------------
Review request for mesos, Adam B and Niklas Nielsen.
Bugs: mesos-186
https://issues.apache.org/jira/browse/mesos-186
Repository: mesos-git
Description
-------
A timer is associated with each newly created offer.
The offer is rescinded on timeout.
The timer is disarmed on a launchTask or decline.
Diffs
-----
src/master/flags.hpp e890227
src/master/master.hpp d4ef4be
src/master/master.cpp 766a0e3
src/tests/master_tests.cpp 7183cb7
Diff: https://reviews.apache.org/r/22066/diff/
Testing
-------
Added MasterTest.RescindResourceOffers and ran make check.
Thanks,
Kapil Arya