-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38874/
-----------------------------------------------------------
(Updated Oct. 22, 2015, 8:46 p.m.)
Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone.
Changes
-------
Updated depends on and moved adding ostream for executor to a separate patch
Bugs: MESOS-3480
https://issues.apache.org/jira/browse/MESOS-3480
Repository: mesos
Description
-------
This change refactors the Executor struct on Agent and adds support for
Executors to connect via the `api/v1/executor` endpoint on Agent. This is
similar to the change done in Master for the Scheduler HTTP API.
Diffs (updated)
-----
src/slave/slave.hpp d81a9c4d09d3f6be417120e412324258f19604a3
src/slave/slave.cpp e9f2d1bf7978450f0cd471bdb5606305092fc98a
Diff: https://reviews.apache.org/r/38874/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar