-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66218/
-----------------------------------------------------------
(Updated March 28, 2018, 11:25 a.m.)
Review request for mesos, Chun-Hung Hsiao, Gaston Kleiman, and Greg Mann.
Changes
-------
Move set difference out to own patch.
Bugs: MESOS-4965
https://issues.apache.org/jira/browse/MESOS-4965
Repository: mesos
Description
-------
Previously, `slave::syncCheckpointedResources` implementation will
delete a persistent volume using `Resources::contains` check, which
could cause a resized volume being deleted. The function was rewritten
to compare `set_difference` between old and new paths for all persistent
volumes and perform creation/deletion accordingly.
Diffs (updated)
-----
src/slave/slave.cpp e76daabad0d2d68aa42d1da809d4a23459eaaacb
Diff: https://reviews.apache.org/r/66218/diff/4/
Changes: https://reviews.apache.org/r/66218/diff/3-4/
Testing
-------
Thanks,
Zhitao Li
|