This is an automated email from the ASF dual-hosted git repository.
bbannier pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 4575c9b Added MESOS-9968 to the 1.9.1 CHANGELOG.
new 6035256 Decoupled detection of generated executors from Mesos install
location.
new 631de3d Sync'd whether an executor was generated to and from disk.
new 298d1d7 Remembered whether an executor was agent-generated.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/slave/paths.cpp | 15 ++++++++++++
src/slave/paths.hpp | 7 ++++++
src/slave/slave.cpp | 61 +++++++++++++++++++++++++++++-------------------
src/slave/slave.hpp | 14 +++++++----
src/slave/state.cpp | 39 +++++++++++++++++++++++++++++++
src/slave/state.hpp | 1 +
src/tests/mock_slave.cpp | 8 ++++---
src/tests/mock_slave.hpp | 8 ++++---
8 files changed, 119 insertions(+), 34 deletions(-)