-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Storage Execution 2025-08-18
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Viewless timeseries collections eliminate the separate view and buckets namespace structure, but many of the failing operations on sharded collections (particularly upserts, findAndModify, and multi-document transactions) still contain code paths that attempt to call getTimeseriesViewNamespace() on what is now a regular collection namespace.
On unsharded collections these operations execute fine, but in these paths we're doing an invalid namespace translation to the legacy timeseries namespaces - leading to invariant failures such as this one in testing.
- duplicates
-
SERVER-109120 Fix sharded findAndModify explain, fix retriedStatements count, fix miscellaneous checks for sharded operations on viewless time-series collections
-
- Closed
-