-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64439/
-----------------------------------------------------------
(Updated Dec. 8, 2017, 10 p.m.)
Review request for mesos, James DeFelice, Jie Yu, and Joseph Wu.
Changes
-------
Fixed an issue for concurrent modification calls.
Bugs: MESOS-8244
https://issues.apache.org/jira/browse/MESOS-8244
Repository: mesos
Description
-------
The `add()` and `update()` methods adds a new config file and updates an
existing config file of a local resource provider respectively. It will
then trigger a rolead on the resource provider asynchronously.
The `remove()` method removes the config file, and triggers the resource
provider to terminate asynchronously.
Diffs (updated)
-----
src/resource_provider/daemon.cpp 354054e8aab0131dcf4c47362975b11dfa96c16b
Diff: https://reviews.apache.org/r/64439/diff/3/
Changes: https://reviews.apache.org/r/64439/diff/2-3/
Testing (updated)
-------
See later in the chain.
Thanks,
Chun-Hung Hsiao
|