-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49549/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, Ian Downes, and Joris Van Remoortere.
Bugs: MESOS-5753
https://issues.apache.org/jira/browse/MESOS-5753
Repository: mesos
Description
-------
Currently, command executor and 'mesos-containerizer launch' share a
lot of the logic. Command executor should in fact, just use
`mesos-containerizer launch` to launch the user task. Potentially,
'mesos-containerizer launch' can be also used by custom executor to
launch user tasks.
Diffs
-----
src/launcher/executor.cpp 63010252ffd6b1dfbe3358a1f1f4447967b824d2
src/launcher/posix/executor.hpp e5f3c0a8e2d3687a5330adbf2f667db9106970c7
src/launcher/posix/executor.cpp ab1dd938a7c59f52b44aafe1340c614087460f84
src/slave/containerizer/mesos/launch.cpp
83f4d7f28c066a605aa84862eca9fde900ec96c6
Diff: https://reviews.apache.org/r/49549/diff/
Testing
-------
make check
Thanks,
Jie Yu