-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44670/
-----------------------------------------------------------
(Updated April 4, 2016, 5:07 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 9dcdbda3fb21096ba954d57fec20a394a009a223
src/slave/flags.hpp d0c606eea74e1a2e69067c43a267047e65a22a04
src/slave/flags.cpp 0551ec334c6747507bf7bb068d27d67f3fdd6c83
src/slave/main.cpp f5f21422c7cb94506b78cebf7f7341b5a078f3b2
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