----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23867/#review48596 -----------------------------------------------------------
src/master/detector.cpp <https://reviews.apache.org/r/23867/#comment85307> Cyclic reference, need to use a WeakFuture here. - Ben Mahler On July 23, 2014, 11:18 p.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23867/ > ----------------------------------------------------------- > > (Updated July 23, 2014, 11:18 p.m.) > > > Review request for mesos, Vinod Kone and Jiang Yan Xu. > > > Bugs: MESOS-1529 > https://issues.apache.org/jira/browse/MESOS-1529 > > > Repository: mesos-git > > > Description > ------- > > In order to trigger re-detections in the slave, we need to be able to discard > the Future returned from detect(). This adds discard support to detect(). > > > Diffs > ----- > > src/master/detector.cpp a34cc211941972e2d64802d5c7ed3f5026229744 > src/tests/master_contender_detector_tests.cpp > 231648d3c564f9a38937b844459c08f0fdd66a92 > > Diff: https://reviews.apache.org/r/23867/diff/ > > > Testing > ------- > > Updated the existing tests. > > > Thanks, > > Ben Mahler > >
