----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39297/ -----------------------------------------------------------
Review request for mesos, Ben Mahler, Isabel Jimenez, and Vinod Kone. 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 ----- src/slave/state.hpp 5a1a9bb2c86639612a8f065b7a66c8179696297a src/slave/state.cpp 81c4b96d879fdddd974f0dfba3fb977184122eab Diff: https://reviews.apache.org/r/39297/diff/ Testing ------- make check Thanks, Anand Mazumdar
