Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
ASF CI
Description
This has been observed a number of times recently on the ASF CI. While I didn't look through every single failed test log, I've noticed the failure occur during the following tests:
ContentType/AgentAPITest.LaunchNestedContainerSessionWithTTY/1 ContentType/AgentAPITest.LaunchNestedContainerSessionWithTTY/0 IOSwitchboardTest.ContainerAttachAfterSlaveRestart ContentType/AgentAPITest.LaunchNestedContainerSession/1 ContentType/AgentAPITest.LaunchNestedContainerSessionDisconnected/1 ContentType/AgentAPIStreamingTest.AttachContainerInput/0 IOSwitchboardTest.ContainerAttach ContentType/AgentAPIStreamingTest.AttachInputToNestedContainerSession/0
In all cases, we see the following:
**** DEADLOCK DETECTED! **** You are waiting on process __limiter__(518)@172.17.0.3:35849 that it is currently executing.
Find attached an entire example log.
Attachments
Attachments
Issue Links
- is related to
-
MESOS-7065 Deadlock is possible when a pointer to an actor is captured in this actor's callback.
- Open