Solve edge cases in timeseries_reads_subpipelines_setFCV.js

XMLWordPrintableJSON

    • 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

      1. 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.
      2. 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

            Assignee:
            Gil Alon
            Reporter:
            Gil Alon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: