-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63480/
-----------------------------------------------------------
(Updated Nov. 6, 2017, 10:43 p.m.)
Review request for mesos, Benjamin Bannier, Chun-Hung Hsiao, Gaston Kleiman,
Greg Mann, and Jan Schlicht.
Bugs: MESOS-7235
https://issues.apache.org/jira/browse/MESOS-7235
Repository: mesos
Description
-------
The resource provider manager provides an `applyOfferOperation` method
for offer operation affecting resource providers. The resources on
which the operation should be applied contains a resource provider ID.
This will be extracted and an event will be sent to the respective
resource provider.
(This is based on https://reviews.apache.org/r/61810)
Diffs
-----
src/messages/messages.proto 9dfe7f07c2e1171be17f1bd7b6a54a80410c44f6
src/resource_provider/manager.hpp 3b70e75c6b6721864ae0ee9c4a593b5035d8388f
src/resource_provider/manager.cpp 11f890156f0fd099f8a97b07cdc458a0726ee78e
src/slave/slave.cpp 817dca4fc3e1028ccc13b8a1bb1ee783afb77166
Diff: https://reviews.apache.org/r/63480/diff/1/
Testing
-------
make check
Thanks,
Jie Yu