Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Won't Fix
-
None
-
None
-
Containerization: RI13 Sp 45
-
2
Description
When recovering executors with a tracked pid we first try to establish a connection to its libprocess address to avoid reaping an irrelevant process:
If the connection fails to establish, we should not track its pid: https://github.com/apache/mesos/blob/4580834471fb3bc0b95e2b96e04a63d34faef724/src/slave/containerizer/docker.cpp#L1071
One trouble this might cause is that if the pid is being used by another executor, this could lead to duplicate pid error and lead the agent into a crash loop:
Attachments
Issue Links
- is related to
-
MESOS-8125 Agent should properly handle recovering an executor when its pid is reused
- Resolved
-
MESOS-9695 Remove the duplicate pid check in Docker containerizer
- Resolved
- relates to
-
MESOS-9501 Mesos executor fails to terminate and gets stuck after agent host reboot.
- Resolved