[
https://issues.apache.org/jira/browse/MESOS-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Toenshoff closed MESOS-1328.
---------------------------------
Resolution: Duplicate
> Slave should not rely on a checkpointed forkedPid
> -------------------------------------------------
>
> Key: MESOS-1328
> URL: https://issues.apache.org/jira/browse/MESOS-1328
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: Till Toenshoff
> Priority: Minor
> Labels: checkpoint, recovery, slave
>
> Within slave.cpp, line 3309 we see the following:
> {noformat}
> CHECK_SOME(run.get().forkedPid)
> << "Failed to get forked pid for executor " << state.id
> << " of framework " << id;
> {noformat}
> For the ExternalContainerizer, that is a problem. The EC should not (actually
> can not) checkpoint a forked PID of an executor as that is
> state-keeping-responsibility of the ECP (EC-counterpart).
--
This message was sent by Atlassian JIRA
(v6.2#6252)