-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63823/
-----------------------------------------------------------
(Updated Nov. 21, 2017, 10:28 p.m.)
Review request for mesos, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Rebased on r63904.
Bugs: MESOS-8032
https://issues.apache.org/jira/browse/MESOS-8032
Repository: mesos
Description
-------
This patch validates `ResourceProviderInfo` for storage local resource
providers upon creation. During initialization, the storage local
resource provider first tries to recover its ID of the last session
through reading the actual path linked by
`<work_dir>/meta/resource_providers/<type>/<name>/latest`,
then subscribe to the agent's resource provider manager.
This patch is split from https://reviews.apache.org/r/63021/.
Diffs (updated)
-----
src/resource_provider/manager.cpp 6dfc42900a1e4249f37cec585f7fe50f5aa94e43
src/resource_provider/storage/provider.cpp
46224997430ac0c568904d80014166a6f059907f
Diff: https://reviews.apache.org/r/63823/diff/2/
Changes: https://reviews.apache.org/r/63823/diff/1-2/
Testing (updated)
-------
make
Thanks,
Chun-Hung Hsiao