-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64065/
-----------------------------------------------------------
(Updated Nov. 28, 2017, 3:20 p.m.)
Review request for mesos, Benjamin Bannier, Chun-Hung Hsiao, and Jie Yu.
Bugs: MESOS-8269
https://issues.apache.org/jira/browse/MESOS-8269
Repository: mesos
Description
-------
A resource provider can resubscribe by including the resource provider
ID it got assigned as part of its 'ResourceProviderInfo' in a
'SUBSCRIBE' call. A resubscription is necessary if either the resource
provider or the resource provider manager (i.e. an agent) failed over.
Diffs
-----
src/resource_provider/manager.cpp 5fdce7f1777c48029a979f3c77933e1753d6ba00
src/tests/mesos.hpp e5c2b697a4401f010a7d77ae9acb8a9cbd3846bc
src/tests/resource_provider_manager_tests.cpp
0b7c4ad6bb0052847b884959e3171cd7ab382b45
src/tests/slave_tests.cpp a2274b691cf94b003c4bc15450d176a9c73517d5
Diff: https://reviews.apache.org/r/64065/diff/3/
Testing
-------
make check
Thanks,
Jan Schlicht