-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53378/
-----------------------------------------------------------
(Updated Nov. 3, 2016, 1:55 p.m.)
Review request for mesos, Alexander Rukletsov and Benjamin Mahler.
Changes
-------
Reduced the "jaggedness" the comment.
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 (updated)
-----
src/launcher/executor.cpp a3b43b5e096878cfab647421a99a83fca11c555f
Diff: https://reviews.apache.org/r/53378/diff/
Testing
-------
Test in the next patch in the chain.
Thanks,
Gastón Kleiman