Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Containerization: RI13 Sp 45
-
2
Description
In `DockerContainerizerProcess::_recover`, we check if there are two executors use duplicate pid, and error out if we find duplicate pid (see here for details). However I do not see the value this check can give us but it will cause serious issue (agent crash loop when restarting) in rare case (a new executor reuse pid of an old executor), so I think we'd better to remove it from Docker containerizer.
Attachments
Issue Links
- relates to
-
MESOS-9672 Docker containerizer should ignore pids of executors that do not pass the connection check.
- Resolved