-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51477/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6076
https://issues.apache.org/jira/browse/MESOS-6076
Repository: mesos
Description
-------
This changes implements the `runTaskGroup()` handler on the
agent ensuring that task group is sent atomically to the executor
via the `LAUNCH_GROUP` event. It also refactors `runTask()`/`_runTask()`
to go through a common handler function. Also, it ensures that all
tasks in `framework->pending`/`queuedTasks` that are killed before
running the task group result in all the tasks being killed.
Diffs
-----
src/slave/slave.hpp 4add4c0180ea56039e0d5009bad4d9346128bde6
src/slave/slave.cpp 5d162d00a8a9a0e318c39bda93dd584f23c87987
Diff: https://reviews.apache.org/r/51477/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar