-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72034/
-----------------------------------------------------------
Review request for mesos, Andrei Sekretenko and Benjamin Mahler.
Bugs: MESOS-10084
https://issues.apache.org/jira/browse/MESOS-10084
Repository: mesos
Description
-------
This patch introduces an `ExecutorState` variable signifying whether an
executor was generated by the agent (and is thus unknown to the master).
Currently we still detect agent-generated executors with a heuristic,
but will adapt that heuristic in a follow-up path making us of the
additional state we now persist.
Diffs
-----
src/slave/paths.hpp d7fcb1321b12a3d8ac96f3267a9bae82dc9cb6c4
src/slave/paths.cpp af2679f59de56a77859cb07299528f6699327796
src/slave/slave.cpp 0005971717f5b90da368b45caad8e209ada95fa5
src/slave/state.hpp 6d6ae0168ae1e4c999a099c0505344dac2fac71c
src/slave/state.cpp 821132ba81c955714db2e809cca764262997639a
Diff: https://reviews.apache.org/r/72034/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier