You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by James Peach <jp...@apache.org> on 2016/12/21 22:53:16 UTC

Review Request 54954: Improve the warning when failing to find the executor PID.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54954/
-----------------------------------------------------------

Review request for mesos and Anand Mazumdar.


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
-----

  src/slave/paths.hpp e64e89678b7d2ab32702edaf5575c92e41fae1e2 
  src/slave/state.cpp a94bb8d7029295abef70d6595ebc732ac1ab87a8 

Diff: https://reviews.apache.org/r/54954/diff/


Testing
-------

make check (Fedora 25)


Thanks,

James Peach