-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22066/
-----------------------------------------------------------
(Updated Aug. 8, 2014, 8:48 p.m.)
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 (updated)
-----
src/master/flags.hpp 32704ce
src/master/master.hpp d8a4d9e
src/master/master.cpp 273a516
src/tests/master_tests.cpp 5a1cf7f
Diff: https://reviews.apache.org/r/22066/diff/
Testing
-------
Added MasterTest.RescindResourceOffers and ran make check.
Thanks,
Kapil Arya