-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61573/
-----------------------------------------------------------
(Updated Aug. 14, 2017, 5:19 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Minor changes in code for readability.
Bugs: MESOS-7879
https://issues.apache.org/jira/browse/MESOS-7879
Repository: mesos
Description
-------
This modifies the default executor to perform signal escalation
via the 'KILL_NESTED_CONTAINER' call i.e., send a SIGTERM followed
by a SIGKILL after some grace period. Note that support for kill
policies still needs to be done instead of using a constant grace
period.
Diffs (updated)
-----
src/launcher/default_executor.cpp c25cc941eefc0cca998a99d76497bfdd05babe92
Diff: https://reviews.apache.org/r/61573/diff/2/
Changes: https://reviews.apache.org/r/61573/diff/1-2/
Testing
-------
make check
Thanks,
Anand Mazumdar