-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66259/
-----------------------------------------------------------
(Updated April 7, 2018, 5:51 p.m.)
Review request for mesos, Jason Lai and James Peach.
Changes
-------
Rename and proper state.
Summary (updated)
-----------------
Added `max_completion_time` support to command executor.
Bugs: MESOS-8725
https://issues.apache.org/jira/browse/MESOS-8725
Repository: mesos
Description (updated)
-------
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 383655230fcdad30b652ea984cb9f5fc9c49dd38
Diff: https://reviews.apache.org/r/66259/diff/2/
Changes: https://reviews.apache.org/r/66259/diff/1-2/
Testing
-------
Thanks,
Zhitao Li