----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39297/ -----------------------------------------------------------
(Updated Nov. 10, 2015, 2:24 p.m.) Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone. Changes ------- Updated based on BenM's review comments on r38876 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 5a1a9bb2c86639612a8f065b7a66c8179696297a src/slave/state.cpp d14159f5e8ca9957cbdcce53050b00a00dba2135 Diff: https://reviews.apache.org/r/39297/diff/ Testing ------- make check Thanks, Anand Mazumdar
