-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52145/
-----------------------------------------------------------
(Updated Sept. 22, 2016, 7:15 p.m.)
Review request for mesos and Vinod Kone.
Summary (updated)
-----------------
Added support for reading agent API URL in default executor.
Bugs: MESOS-6227
https://issues.apache.org/jira/browse/MESOS-6227
Repository: mesos
Description (updated)
-------
This change adds support for populating the agent API URL needed
for making the calls for launching/waiting/killing
child containers. Ideally, we should have used the
`MESOS_AGENT_ENDPOINT` variable but that is a bit hard
to do with our testcase setup that generates the
agent process ID.
Diffs (updated)
-----
src/launcher/default_executor.cpp 2102fe8d70f0960fed669e1c4f0d6b6cd4af261c
Diff: https://reviews.apache.org/r/52145/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar