-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21424/
-----------------------------------------------------------
(Updated May 24, 2014, 12:14 a.m.)
Review request for mesos and Niklas Nielsen.
Changes
-------
Rebased.
Bugs: MESOS-1364
https://issues.apache.org/jira/browse/MESOS-1364
Repository: mesos-git
Description
-------
An orphaned container is known to the ECP but not to the EC, thus not
recoverable but pending. This patch enforces a call to destroy for any orphan
that has been identified as such during the recovery phase.
NOTE: Such destroy is wrapped by a call to "wait" to make sure the
ExternalContainerizer gets to know when a container was destroyed successfully.
Diffs (updated)
-----
src/slave/containerizer/external_containerizer.hpp 7e5474c
src/slave/containerizer/external_containerizer.cpp ac3dd18
Diff: https://reviews.apache.org/r/21424/diff/
Testing
-------
make check against upcoming SlaveRecoveryTests (enabled locally)
Thanks,
Till Toenshoff