-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54487/
-----------------------------------------------------------
(Updated Dec. 7, 2016, 7:28 p.m.)
Review request for mesos, Joseph Wu, Kevin Klues, and Till Toenshoff.
Bugs: MESOS-6748
https://issues.apache.org/jira/browse/MESOS-6748
Repository: mesos
Description (updated)
-------
THe I/O switchboard server process will inheirt most of the agent
environment variables, except for those that are prefixed with MESOS
or LIBPROCESS since we don't rely on those environment variables.
The patch also manually set a few LIBPROCESS environment variables to
make sure the libprocess for the I/O switchboard can be initailzied
properly without depending on external environment.
Diffs (updated)
-----
src/slave/containerizer/mesos/io/switchboard.cpp
4452d5ad26881487825e58a3a052e6d07bac2321
Diff: https://reviews.apache.org/r/54487/diff/
Testing
-------
make check
Thanks,
Jie Yu