----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61573/#review182893 -----------------------------------------------------------
src/launcher/default_executor.cpp Line 996 (original), 996-997 (patched) <https://reviews.apache.org/r/61573/#comment258835> I think that it'd be useful to include the task ID in this message. src/launcher/default_executor.cpp Lines 1002-1003 (patched) <https://reviews.apache.org/r/61573/#comment258836> Ditto (and also the container ID). src/launcher/default_executor.cpp Lines 1053-1054 (patched) <https://reviews.apache.org/r/61573/#comment258833> Ditto. src/launcher/default_executor.cpp Lines 1058-1059 (patched) <https://reviews.apache.org/r/61573/#comment258834> Ditto. - Gastón Kleiman On Aug. 14, 2017, 5:19 p.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > 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. > > > 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 > ----- > > src/launcher/default_executor.cpp c25cc941eefc0cca998a99d76497bfdd05babe92 > > > Diff: https://reviews.apache.org/r/61573/diff/2/ > > > Testing > ------- > > make check > > > Thanks, > > Anand Mazumdar > >
