----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17481/#review33090 -----------------------------------------------------------
src/slave/slave.cpp <https://reviews.apache.org/r/17481/#comment62355> How is this using libprocess clock? - Vinod Kone On Jan. 29, 2014, 3:39 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17481/ > ----------------------------------------------------------- > > (Updated Jan. 29, 2014, 3:39 a.m.) > > > Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone. > > > Bugs: MESOS-952 > https://issues.apache.org/jira/browse/MESOS-952 > > > Repository: mesos-git > > > Description > ------- > > The slave was relying on a raw unix time stamp to compute garbage collection > times. > This is unreliable for testing purposes because we need to adjust the time > based on the libprocess clock. > > > Diffs > ----- > > src/slave/slave.cpp 8b83dacad802a5434bf76ca075b2b8113ed14a84 > > Diff: https://reviews.apache.org/r/17481/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ben Mahler > >
