Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In the current containerizer refactor (and previous process_isolator and cgroups_isolator) the forked executor pid is persisted by the MesosContainerizer but recovered with the rest of the slave state. This coupling is undesirable as containerizer implementations may or may not use the pid for recovery and may require additional, specific state for recovery.
Instead each containerizer implementation should manage persistence of whatever state they require for recovery.
Attachments
Issue Links
- is duplicated by
-
MESOS-1328 Slave should not rely on a checkpointed forkedPid
- Resolved