-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69811/
-----------------------------------------------------------
(Updated Jan. 26, 2019, 12:17 a.m.)
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Changes
-------
Addressed Benjamin's comment.
Bugs: MESOS-9517
https://issues.apache.org/jira/browse/MESOS-9517
Repository: mesos
Description
-------
This patch refactors the `StorageLocalResourceProvider::call` function
to obtain the latest service future through `getService` before making
the actual RPC call. The subsequent patch would utilize this to support
RPC retry across plugin restarts.
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp
d6e20a549ede189c757ae3ae922ab7cb86d2be2c
Diff: https://reviews.apache.org/r/69811/diff/3/
Changes: https://reviews.apache.org/r/69811/diff/2-3/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao