-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52871/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Benjamin Mahler, Gastón Kleiman, and
haosdent huang.
Bugs: MESOS-5963
https://issues.apache.org/jira/browse/MESOS-5963
Repository: mesos
Description
-------
After the task has been terminated, its health updates become
irrelevant and should be ignored. Now it is safe to start health
checks even if the task has been asked to terminate. Also if the
default executor shuts down, we can safely pause all health checkers.
Diffs
-----
src/launcher/default_executor.cpp af4a97f7de5f2157aa65fdab742455b0683c40a4
Diff: https://reviews.apache.org/r/52871/diff/
Testing
-------
See https://reviews.apache.org/r/52873/.
Thanks,
Alexander Rukletsov