-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There are two edge cases
- This test hits an edge case bug where queries on timeseries with $lookup and $graphLookup stages where the inner and outer collection are the same will fail during concurrent FCV upgrades/downgrades. The error raised is IllegalChangeToExpectedShardVersion when we try to attach a cursor for local read here. I think the error is meant to be caught by tryAttachCursorSourceForLocalRead but it propagates up the routing context and ultimately fails the aggregation.
- QueryPlanKilled on causal consistency passthrough suites in $graphLookup. We try to acquire the restore the system.buckets.X collection on a restore and we previously didn't see it.
See TODOs in test for descriptions
- depends on
-
SERVER-120235 Add test coverage for inner pipelines on timeseries collections during FCV upgrade/downgrade
-
- Closed
-