-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61528/
-----------------------------------------------------------
(Updated Sept. 8, 2017, 12:36 a.m.)
Review request for mesos, Jie Yu and Jan Schlicht.
Bugs: MESOS-7555
https://issues.apache.org/jira/browse/MESOS-7555
Repository: mesos
Description
-------
This patch adds a registry and registrar interface for resource
provider managers. The registrar interface is modelled after the
master registrar and supports similar operations. Currently a single,
LevelDB-backed registrar is implemented which we plan to use for
resource provider managers in agents.
Current the registry allows to add and remove resource provider IDs.
Diffs (updated)
-----
src/CMakeLists.txt 1a828c4351ded36f51ccbbe67147da2f50b9cdb1
src/Makefile.am 93ed2bf55447e3e470d9bea8a0b61ce78aad1900
src/master/registry.proto 362a9fab946e9fb0411df2277f7f3edbadccb61a
src/resource_provider/registrar.hpp PRE-CREATION
src/resource_provider/registrar.cpp PRE-CREATION
src/resource_provider/registry.hpp PRE-CREATION
src/resource_provider/registry.proto PRE-CREATION
src/tests/resource_provider_manager_tests.cpp
3bc56b51526e9dd188423f7349e74246c3295c77
Diff: https://reviews.apache.org/r/61528/diff/4/
Changes: https://reviews.apache.org/r/61528/diff/3-4/
Testing (updated)
-------
`make check`
Thanks,
Benjamin Bannier