-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72002/
-----------------------------------------------------------
Review request for mesos, Andrei Sekretenko and Benjamin Mahler.
Bugs: MESOS-10084
https://issues.apache.org/jira/browse/MESOS-10084
Repository: mesos
Description
-------
For command tasks the agent will generate an `ExecutorInfo` which was
previously detected with a path-based heuristic. If the installation
location of Mesos changes, e.g., in an upgrade this can lead to
misdetections of generated executors.
The flag added in this patch will be set and persisted in a follow-up
patch which will allow for a more stable solution.
Diffs
-----
include/mesos/mesos.proto b0f590545df720df644d049e9d8f1e81bdbe814c
include/mesos/v1/mesos.proto 53a7b9bc6190d826868a1633c11c9a0ecf9acf0a
Diff: https://reviews.apache.org/r/72002/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier