-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50621/
-----------------------------------------------------------
(Updated Oct. 12, 2016, 2:25 p.m.)
Review request for mesos, Greg Mann, Artem Harutyunyan, Joris Van Remoortere,
and Vinod Kone.
Changes
-------
Rebase on the large change in the prior-prior review.
Bugs: MESOS-3910
https://issues.apache.org/jira/browse/MESOS-3910
Repository: mesos
Description
-------
Moves the destructor code in `HttpProxy` into the `Process::finalize`
function. And changes the `HttpProxy`s termination logic to
terminate via `UPID` which guards against double-termination.
Removes some unused initialization code, too.
Diffs (updated)
-----
3rdparty/libprocess/src/process.cpp f1d746c52cfe659f5cd7da4b7a6424ff585619a3
Diff: https://reviews.apache.org/r/50621/diff/
Testing
-------
make
(More testing done later in the chain)
Thanks,
Joseph Wu