-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38876/
-----------------------------------------------------------
(Updated Oct. 14, 2015, 12:08 a.m.)
Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone.
Changes
-------
Corrected deps
Bugs: MESOS-3515
https://issues.apache.org/jira/browse/MESOS-3515
Repository: mesos
Description
-------
This change adds the relevant functionality to `src/slave/paths.cpp/hpp` to
store a marker file to denote HTTP based executors. We create the file when
`checkpointing` is enabled as part of handling the `Subscribe` request. This is
then used by the agent when recovering to ascertain if the executor was
connected via `HTTP` before the agent restart.
Diffs
-----
src/slave/paths.hpp f743fb4b1ca278fade9134e0ae8f6a6450d4a977
src/slave/paths.cpp fb77e64a6da017d8c9a00916d8935b670da0d374
Diff: https://reviews.apache.org/r/38876/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar