-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Service Arch
-
Fully Compatible
-
ALL
-
v8.0
-
Service Arch 2024-04-15, Service Arch 2024-04-29, Programmability 2024-05-27
-
0
When the currentOpSpawnsThreadWaitingForLatch failpoint is enabled, the interruptibleState thread attempts to acquire _m while holding interruptibleState.mutex. This represents an inversion of the normal _m -> interruptibleState.mutex locking order.
Possible solutions to investigate:
- Temporarily release the interruptibleState.mutex lock when calling setIsWaiting
- Obviate the _m lock by using atomics in setIsWaiting
- related to
-
SERVER-88863 Disable diagnostic latches in Antithesis builds
- Closed