-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65975/
-----------------------------------------------------------
(Updated March 8, 2018, 11:41 p.m.)
Review request for mesos, Benjamin Bannier, Jie Yu, and Joseph Wu.
Changes
-------
Resloved test flakiness in r65995.
Bugs: MESOS-8492
https://issues.apache.org/jira/browse/MESOS-8492
Repository: mesos
Description
-------
The storage pools needs to be reconciled in the following two scenarios:
1. When there is a change in the set of known profiles.
2. When a volume/block of an unknown profile is destroyed, because the
disk space being freed up may belong to a known profile.
This patch adds a sequence to coordinate the reconciliations for the
above two cases.
Diffs
-----
src/resource_provider/storage/provider.cpp
63dde512fd8cc9f68f5f48a96869eb09b23b6f4a
Diff: https://reviews.apache.org/r/65975/diff/1/
Testing (updated)
-------
sudo make check
Thanks,
Chun-Hung Hsiao