-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43271/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Till
Toenshoff.
Bugs: MESOS-4609
https://issues.apache.org/jira/browse/MESOS-4609
Repository: mesos
Description
-------
* Adds a helper method for getting the current environment plus considerations
for libprocess.
* Changes the default behavior of `process::subprocess` to use the above helper
when given `environment = None()`.
* Adds a warning inside `process::subprocess` if `LIBPROCESS_PORT` conflicts
with the current process's `LIBPROCESS_PORT`.
Diffs
-----
3rdparty/libprocess/include/process/subprocess.hpp
bb50cc3070245a294fa16efe44f14ae893bc5518
3rdparty/libprocess/src/subprocess.cpp
ff477e37a9619c780bddd5a8e629fa981b729715
Diff: https://reviews.apache.org/r/43271/diff/
Testing
-------
make
Tests are run in the next review.
Thanks,
Joseph Wu