-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46321/
-----------------------------------------------------------
(Updated April 22, 2016, 2:35 p.m.)
Review request for mesos and Ben Mahler.
Changes
-------
+ Docker executor; introduced `terminated` state flag in command executors.
Repository: mesos
Description
-------
When we kill (with SIGTERM) the underlying task, it does not
necessarily mean it complies immediately, hence the name `killed`
is misleading.
Diffs (updated)
-----
src/docker/executor.cpp 579905f6c2ece7db9c853abf481541fdbc3116b7
src/launcher/executor.cpp 9f1d2168bc4ddbce1bcd25ff38dc1c34714eb28b
src/launcher/http_command_executor.cpp 2ce296740abac096aa85ad11dd4d191e42c1aa06
Diff: https://reviews.apache.org/r/46321/diff/
Testing
-------
The whole chain is tested in https://reviews.apache.org/r/46325/
Thanks,
Alexander Rukletsov
|