-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-08-19, CAR Team 2024-09-02, CAR Team 2024-09-16
-
1
This code tries to acquire a GlobalLock in an onCommit handler. This is problematic for multiple reasons:
- This can throw an exception if the OpCtx is interrupted, which will crash the server
- This can block indefinitely, which can delay other critical onCommit handlers from running
- is duplicated by
-
SERVER-74247 Don't take global lock in UserWriteBlockModeOpObserver onCommit handlers
- Closed