----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54954/ -----------------------------------------------------------
(Updated March 21, 2017, 11:57 p.m.) Review request for mesos, Anand Mazumdar and Jiang Yan Xu. Changes ------- Rebased and sddressed review comments. Repository: mesos Description ------- When recovering the run state, if we don't find either the libprocess PID or the HTTP marker for the executor, that fact was being logged, but there was nothing to identify the executor or container. Add the framework, executor and container IDs to the message, and clarify that we can't find either marker. Diffs (updated) ----- src/slave/paths.hpp e64e89678b7d2ab32702edaf5575c92e41fae1e2 src/slave/state.cpp f8e7cdd4df0a3c5d62d89edd11844527084f2baa Diff: https://reviews.apache.org/r/54954/diff/2/ Changes: https://reviews.apache.org/r/54954/diff/1-2/ Testing ------- make check (Fedora 25) Thanks, James Peach
