-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68763/
-----------------------------------------------------------
(Updated Sept. 19, 2018, 5:14 a.m.)
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Summary (updated)
-----------------
WIP: Stopped resource providers when removing resource provider configs.
Bugs: MESOS-9228
https://issues.apache.org/jira/browse/MESOS-9228
Repository: mesos
Description
-------
This patch introduces a `LocalResourceProvider::stop` function to
perform RP-specific stop procedures. SLRP uses this function to kill
plugin container before its config is removed.
Diffs
-----
src/resource_provider/daemon.cpp 0a76cc6d1d34413674d1af1aa514679a4d2b7b55
src/resource_provider/local.hpp 20bcc78d3fe847e03526fa59116bdbac92ec1e29
src/resource_provider/storage/provider.hpp
5a371b19289c6e39fedd4cda65fa8be432d095e6
src/resource_provider/storage/provider.cpp
6475f653263337c381b6080695d09c49e5ea8fcf
Diff: https://reviews.apache.org/r/68763/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao