----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39297/ -----------------------------------------------------------
(Updated Nov. 30, 2015, 9:28 p.m.) Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone. Changes ------- Review comments from Vinod Repository: mesos Description ------- This change adds support for recovering the `RunState` for `HTTP` based executors. Upon agent recovery, it checks if the marker file for HTTP exists and populates `RunState.http` based on that. This is later used by the Agent for recovering `HTTP` based executors. Diffs (updated) ----- src/slave/state.hpp eb6b06cfcb5cd638f659035726f4e4e41fc5e017 src/slave/state.cpp bc46cc65af533639fcd556a8a65c509318702948 Diff: https://reviews.apache.org/r/39297/diff/ Testing ------- make check Thanks, Anand Mazumdar
