-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52317/
-----------------------------------------------------------
(Updated Sept. 28, 2016, 4:03 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebased to make Review Bot happy.
Bugs: MESOS-6262
https://issues.apache.org/jira/browse/MESOS-6262
Repository: mesos
Description
-------
This change fixes the default executor to honor the default task
group restart policy i.e., if any task fails with a non-zero
exit status, the other tasks in the group are killed.
Diffs (updated)
-----
src/launcher/default_executor.cpp bd8ee72a91c5da7654237c1204c94ecbd314aece
src/tests/default_executor_tests.cpp 8b5b1a2e69a3b3ca1e2f7881a1be42dafe89c785
Diff: https://reviews.apache.org/r/52317/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar