-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2025-02-17
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This line in particular is susceptible to throw a WriteConflict exception even if it's an incredibly remote chance.
As the operation is failing anyways this operation will cleanup after itself so it's fine to swallow the exception since otherwise it will crash the server as the ScopeGuard destructor is noexcept.
- is related to
-
SERVER-101246 [<= v8.0] Fix invalid accesses to invalidated CollectionCatalog after closing storage engine snapshot
-
- Needs Merge
-
- related to
-
SERVER-102713 Clean up executor in DocumentSourceCursor on exception
-
- Blocked
-
-
SERVER-102662 Add clarifying code comments to ScopeGuard / ON_BLOCK_EXIT()
-
- In Code Review
-