----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52868/#review152908 -----------------------------------------------------------
src/health-check/health_checker.cpp (line 243) <https://reviews.apache.org/r/52868/#comment222092> Should we just ``` if (paused) { return; } ``` here? src/health-check/health_checker.cpp (lines 277 - 279) <https://reviews.apache.org/r/52868/#comment222093> Should we just ``` if (paused) { return; } ``` here? - haosdent huang On Oct. 14, 2016, 12:52 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52868/ > ----------------------------------------------------------- > > (Updated Oct. 14, 2016, 12:52 p.m.) > > > Review request for mesos, Benjamin Mahler, Gastón Kleiman, and haosdent huang. > > > Bugs: MESOS-5963 > https://issues.apache.org/jira/browse/MESOS-5963 > > > Repository: mesos > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/health-check/health_checker.hpp > 392b4d5bd1e5831994b9366c1eb5a2911e19860f > src/health-check/health_checker.cpp > 96ae1a733ff3d211b84d0893b4603873af1c89f0 > > Diff: https://reviews.apache.org/r/52868/diff/ > > > Testing > ------- > > See https://reviews.apache.org/r/52873/. > > > Thanks, > > Alexander Rukletsov > >
