-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44670/
-----------------------------------------------------------
(Updated April 6, 2016, 3:14 p.m.)
Review request for mesos, Benjamin Hindman and Kapil Arya.
Bugs: MESOS-4610
https://issues.apache.org/jira/browse/MESOS-4610
Repository: mesos
Description
-------
The master_detector and master_contender flags allow modules to be
used for specifying the MasterContender and MasterDetector
implementations to use.
Diffs (updated)
-----
src/master/flags.hpp f8d2cc4c6c8dab00e34ca737dbcb5b9ca3870d6d
src/master/flags.cpp 06852c9de68cce5d40f294f6402f7677ee6183d3
src/master/main.cpp 181bbcb1758c0e9b83ef46496e990ce3d8c2195c
src/slave/flags.hpp d0c606eea74e1a2e69067c43a267047e65a22a04
src/slave/flags.cpp 04d4b61503091a67c1e31fc08b519c08385669e5
src/slave/main.cpp dc3a2d2908ec08df60651dec6bf8eac651579cea
Diff: https://reviews.apache.org/r/44670/diff/
Testing
-------
In addition to all unit tests passing, we are currently using this
functionality in our environment with a custom consensus stack. In our world,
we have a C++ plugin that calls out to an HTTP REST service (implemented in
Java/Scala, not that it matters).
Thanks,
Anurag Singh