-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66259/
-----------------------------------------------------------
(Updated April 23, 2018, 3:18 p.m.)
Review request for mesos, Jason Lai and James Peach.
Changes
-------
Review comments.
Bugs: MESOS-8725
https://issues.apache.org/jira/browse/MESOS-8725
Repository: mesos
Description
-------
If `TaskInfo.max_completion_time` is set, command executor will kill
the task with `SIGKILL` immediately. Note that no KillPolicy will be
observed. Framework should only received a `TASK_FAILED` state with
`REASON_MAX_COMPLETION_TIME_REACHED` reason.
Diffs (updated)
-----
src/launcher/executor.cpp 8d0869cfcdfc693301d0e185a036e97204bad17f
Diff: https://reviews.apache.org/r/66259/diff/5/
Changes: https://reviews.apache.org/r/66259/diff/4-5/
Testing
-------
Thanks,
Zhitao Li