-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71816/
-----------------------------------------------------------
(Updated Jan. 10, 2020, 1:43 a.m.)
Review request for mesos and Benjamin Bannier.
Changes
-------
Various bugfixes.
Summary (updated)
-----------------
Added domain socket-related flags to Mesos agent.
Bugs: MESOS-10035
https://issues.apache.org/jira/browse/MESOS-10035
Repository: mesos
Description
-------
Added two new flags 'http_executor_domain_sockets' and
'domain_socket_location' to the agent, along with minimal
logic to pass the relevant values on to executors.
They are used to control whether the agent should
provide a domain socket to HTTP executors and the
location of the socket on the host filesystem, respectively.
Diffs (updated)
-----
src/slave/constants.hpp 721afe13ff590122878a8ead62c66f89e8549e91
src/slave/flags.hpp 3c5ffca62454c340656cfc89c53a198757815794
src/slave/flags.cpp 50b09cf3b0cf89568a45afd3fe89fa16c6a79222
src/slave/main.cpp fd58637cd680291e6794bcdb0655603bb97744c7
src/slave/slave.cpp 3839a120446339fea8aa857f431a2dba28ed4002
Diff: https://reviews.apache.org/r/71816/diff/3/
Changes: https://reviews.apache.org/r/71816/diff/2-3/
Testing
-------
Thanks,
Benno Evers