-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50490/
-----------------------------------------------------------
(Updated Aug. 5, 2016, 8:18 a.m.)
Review request for mesos and Joseph Wu.
Summary (updated)
-----------------
Separated ZooKeeper PIDGroup implementation into its own cpp/hpp.
Bugs: MESOS-5828
https://issues.apache.org/jira/browse/MESOS-5828
Repository: mesos
Description (updated)
-------
Separated out the Zookeeper implementation of the replicated log's
PIDGroup abstraction. And it's added to namespace mesos::internal::log.
This is part of code clean-up.
Diffs (updated)
-----
src/Makefile.am 1a9b083493612cf610b80ac5a1c11c29d6302933
src/log/log.hpp a600025f4ca38e3fad0f64f48b007138da8e22d4
src/log/log.cpp 0940f9288509409c1d593c27da48cfa2a50545c9
src/log/network.hpp 8750880e6cecb6edf4efab4f2b9afe3d8a4d5964
src/log/pid_group/zookeeper.hpp PRE-CREATION
Diff: https://reviews.apache.org/r/50490/diff/
Testing
-------
see the end of review chain
Thanks,
Jay Guo