-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65551/
-----------------------------------------------------------
(Updated Feb. 9, 2018, 5:37 p.m.)
Review request for mesos, Anand Mazumdar, Greg Mann, Qian Zhang, and Vinod Kone.
Changes
-------
Minor style fix.
Bugs: MESOS-8468
https://issues.apache.org/jira/browse/MESOS-8468
Repository: mesos
Description
-------
The default executor would be completely shutdown on a
`LAUNCH_NESTED_CONTAINER` failure.
This patch makes it kill the affected task group instead of shutting
down and killing all task groups.
Diffs (updated)
-----
src/launcher/default_executor.cpp 4a619859095cc2d30f4806813f64a2e48c83b3ea
Diff: https://reviews.apache.org/r/65551/diff/3/
Changes: https://reviews.apache.org/r/65551/diff/2-3/
Testing
-------
`sudo make check` on GNU/Linux
Regression test on https://reviews.apache.org/r/65552/
Thanks,
Gaston Kleiman
|