-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38877/
-----------------------------------------------------------
(Updated Dec. 2, 2015, 10:41 p.m.)
Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone.
Changes
-------
Review comments from Vinod
Bugs: MESOS-3515
https://issues.apache.org/jira/browse/MESOS-3515
Repository: mesos
Description
-------
This change adds the functionality for executors to `Subscribe` via the
`api/v1/executor` endpoint. It also stores a marker file as part of the
`Subscribe` call if framework `checkpointing` is enabled. This can then be used
by the agent when recovering to wait for reconnecting back with the executor.
Diffs (updated)
-----
src/slave/http.cpp c3247f17e9faed32a46d3ab9ee83c399cd2c8d5e
src/slave/slave.hpp 5ee133ae52998d05c8afabb2ade7095e363c75c5
src/slave/slave.cpp 9055f2a789cb19f3579c15a379ea505dfef0578c
Diff: https://reviews.apache.org/r/38877/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar