-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50493/
-----------------------------------------------------------
(Updated Nov. 14, 2016, 3:33 a.m.)
Review request for mesos and Joseph Wu.
Changes
-------
rebase and addressed some of Joseph's comments.
Bugs: MESOS-5828
https://issues.apache.org/jira/browse/MESOS-5828
Repository: mesos
Description
-------
All subclasses derived from PIDGroup are required to have `base`
as a set of PIDs that always exist from the beginning. Therefore
`base` is refactored into PIDGroup base class. This is a step
towards modularizing replicated_log's PIDGroup abstraction.
Diffs (updated)
-----
3rdparty/libprocess/include/process/pid_group.hpp PRE-CREATION
3rdparty/libprocess/src/pid_group.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/50493/diff/
Testing
-------
see end of review chain
Thanks,
Jay Guo