-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51476/
-----------------------------------------------------------
(Updated Sept. 6, 2016, 9:16 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebased
Bugs: MESOS-6076
https://issues.apache.org/jira/browse/MESOS-6076
Repository: mesos
Description (updated)
-------
Launching a task group requires just the `ExecutorInfo`. We had
already refactored the containerizer `launch()` interface to make
`TaskInfo` as an optional. This change funnels it through.
Review: https://reviews.apache.org/r/51476/
Diffs (updated)
-----
src/slave/slave.hpp 4add4c0180ea56039e0d5009bad4d9346128bde6
src/slave/slave.cpp 11664779ed78c0a5913598bb7dd1bb0e793d6b93
Diff: https://reviews.apache.org/r/51476/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar