-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65886/
-----------------------------------------------------------
(Updated March 13, 2018, 6:33 a.m.)
Review request for mesos.
Bugs: MESOS-8667
https://issues.apache.org/jira/browse/MESOS-8667
Repository: mesos
Description
-------
Mesos realpaths some helper executables (e.g., mesos-executor) but not
others (mesos-executor and mesos-fetcher) before executing them. I
don't see any reason for the inconsistency here, and not doing it
saves some code.
Diffs
-----
src/slave/containerizer/fetcher.cpp a49411b7bac2d5a50a75d0b802842c2f61fe58c6
src/slave/slave.cpp e2facb3c15a2f907f6497c58a36842ed707f2c70
Diff: https://reviews.apache.org/r/65886/diff/1/
Testing
-------
`make check` passes.
Thanks,
Benjamin Peterson
|