-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-03-04
-
135
Filing this as a followup to SERVER-60016, where in the OplogInfoServerStatus we're accessing the oplog Collection from the CollectionCatalog via a shared_ptr (safe to use outside locks, but then need a GlobalLock to access the oplog's RecordStore. Cleaner to have AutoGetOplog skip the RSTL, so just the GlobalLock is taken (and the PBWM implicitly).
- causes
-
SERVER-87390 Fix race condition in LocalOplogInfo
- Closed
- related to
-
SERVER-60016 serverStatus and collection stats should not block on the RSTL lock
- Closed