----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21677/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- The slave currently expects a forked executor PID within its states when recovering. For the ExternalContainerizer however this does not make sense but is introduced in this patch to get around the problem as described in MESOS-1328 and MESOS-923. This patch can entirely be dropped if a fix for the mentioned tickets comes in first. Diffs ----- src/slave/containerizer/external_containerizer.cpp f9811c4 Diff: https://reviews.apache.org/r/21677/diff/ Testing ------- make check (in upcoming EC test suite) Thanks, Till Toenshoff
