-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51885/
-----------------------------------------------------------
(Updated Sept. 15, 2016, 6:05 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Review comments. NNFR
Bugs: MESOS-6077
https://issues.apache.org/jira/browse/MESOS-6077
Repository: mesos
Description
-------
This change adds a basic default executor implementation that
just sends a TASK_RUNNING update followed by a TASK_FINISHED
update upon the receipt of a LAUNCH_GROUP event from the executor.
This allows us to test the entire workflow for now. We can iterate
upon this to later send `LAUNCH_CONTAINER`/`DESTROY_CONTAINER`
to the agent to actually launch the tasks in a sub container.
Diffs (updated)
-----
src/Makefile.am f1d202ae08d6bb4fd9e11eb1eae75dd9d5d9d8d5
src/launcher/default_executor.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/51885/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar