----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53299/ -----------------------------------------------------------
(Updated Dec. 21, 2016, 12:10 p.m.) Review request for mesos, Benjamin Bannier, Jie Yu, and Joris Van Remoortere. Changes ------- Fix bug where the clock didn't delete timers on time. Bugs: MESOS-6484 https://issues.apache.org/jira/browse/MESOS-6484 Repository: mesos Description ------- Removes a reference counted pointer that futures kept to themselves when using the method `Future<T>::after()`. Diffs (updated) ----- 3rdparty/libprocess/include/process/future.hpp 26bf5851f6562cd73aa4938b3308639144657044 3rdparty/libprocess/src/tests/future_tests.cpp 7c411c7be1849119fe0b070622dbe4488fa11b7a Diff: https://reviews.apache.org/r/53299/diff/ Testing ------- `make check` Thanks, Alexander Rojas