-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38874/
-----------------------------------------------------------
(Updated Oct. 14, 2015, 12:08 a.m.)
Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone.
Changes
-------
Review comments from Ben
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 d6e417b1ddde44a557e1e7fb3d22b4fd5bd0d526
src/slave/slave.cpp cb2d715d100bcfc76d80663ad13504bd278f1200
Diff: https://reviews.apache.org/r/38874/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar