-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54718/
-----------------------------------------------------------
(Updated Dec. 16, 2016, 8:36 p.m.)
Review request for mesos, Jie Yu and Qian Zhang.
Changes
-------
Rebased.
Summary (updated)
-----------------
Removed dependency of `recover` on cached networks.
Bugs: MESOS-6567
https://issues.apache.org/jira/browse/MESOS-6567
Repository: mesos
Description
-------
Since CNI networks can be added and removed on the fly, and for a
given container the CNI configuration with which the container was
launched is check-pointed in the containers `network/cni` work
directory, it doesn't make sense to require the network name that the
container is associated with to exist in the in-memory cache. Hence,
removing these dependencies.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/network/cni/cni.cpp
ddb4d33e9ecd0ffd118e8e68cb7ec90346b08049
Diff: https://reviews.apache.org/r/54718/diff/
Testing
-------
make check
Thanks,
Avinash sridharan