Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
0.20.0
-
None
-
None
Description
Within slave.cpp, line 3309 we see the following:
CHECK_SOME(run.get().forkedPid) << "Failed to get forked pid for executor " << state.id << " of framework " << id;
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).
Attachments
Issue Links
- duplicates
-
MESOS-923 Containerizers should persist their own recovery state.
- Open