-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Replication
-
Fully Compatible
-
ALL
-
v8.0
-
Repl 2025-02-17
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The code here keeps an AutoGetCollection acquired unnecessarily long:
We should ideally release the AutoGet as soon as possible to avoid having locks on two collections at the same time since it otherwise triggers a lock dependency inversion that SERVER-99150 detects (config -> admin database).
- related to
-
SERVER-99150 Make threads always acquire locks with strict ordering
-
- Closed
-