-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68761/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Bugs: MESOS-9228
https://issues.apache.org/jira/browse/MESOS-9228
Repository: mesos
Description
-------
Since the local resource provider daemon actively destructs local
resource providers, we should make the actors managed by libprocess
and avoid blocking waits during resource provider destructions.
Diffs
-----
include/mesos/v1/resource_provider.hpp
15ede9faf96a981427ed8b3f28b170c893507bc5
src/resource_provider/driver.cpp eda019c1ad8893e14acc5979b350af4a099138be
src/resource_provider/storage/provider.hpp
5a371b19289c6e39fedd4cda65fa8be432d095e6
src/resource_provider/storage/provider.cpp
6475f653263337c381b6080695d09c49e5ea8fcf
Diff: https://reviews.apache.org/r/68761/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao