----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22066/ -----------------------------------------------------------
(Updated Aug. 8, 2014, 8:51 p.m.) Review request for mesos, Adam B and Niklas Nielsen. Changes ------- Addressed Ben's comments/concerns from https://reviews.apache.org/r/22796. 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 0db4c95 src/master/master.hpp 29e8f49 src/master/master.cpp e688b41 src/tests/master_tests.cpp 9de2424 Diff: https://reviews.apache.org/r/22066/diff/ Testing ------- Added MasterTest.RescindResourceOffers and ran make check. Thanks, Kapil Arya