----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53378/#review154693 -----------------------------------------------------------
Ship it! Ship It! - haosdent huang On Nov. 2, 2016, 9:51 p.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53378/ > ----------------------------------------------------------- > > (Updated Nov. 2, 2016, 9:51 p.m.) > > > Review request for mesos, Alexander Rukletsov and Benjamin Mahler. > > > Bugs: MESOS-6457 > https://issues.apache.org/jira/browse/MESOS-6457 > > > Repository: mesos > > > Description > ------- > > The command executor would send health updates even after having > transitioned a task to `TASK_KILLING`. This plus the fact that health > updates always have the `TASK_RUNNING` state leads to `TASK_KILLING -> > TASK_RUNNING` transitions. > > This patch makes the executor skip health updates after starting to kill > a task. > > > Diffs > ----- > > src/launcher/executor.cpp 0544121e679db503fe4eaf23a24e315eb188a520 > > Diff: https://reviews.apache.org/r/53378/diff/ > > > Testing > ------- > > Test in the next patch in the chain. > > > Thanks, > > Gastón Kleiman > >
