-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56270/
-----------------------------------------------------------
(Updated Feb. 4, 2017, 5:53 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Review comments.
Bugs: MESOS-6296
https://issues.apache.org/jira/browse/MESOS-6296
Repository: mesos
Description
-------
If a task fails or is explicitly killed by the scheduler, the
default on termination policy kills the particular task group.
The executor commits suicide when there are no active tasks.
Diffs (updated)
-----
src/launcher/default_executor.cpp 97eee05cac8cb1f62d43e2aecc08a8e54e49eac3
src/tests/default_executor_tests.cpp e8e0aa2f0d2508de6db03685c70d1ed9c1da3659
Diff: https://reviews.apache.org/r/56270/diff/
Testing
-------
make check. Also, modified an existing test to launch/kill multiple task groups.
Thanks,
Anand Mazumdar