Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-83912

Re-parsing queryStats key when reading queryStats.Status fails on merge_to_referenced_collection.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Integration
    • Fully Compatible
    • ALL

      This is yet another one in the series of re-parsing failures. This one came up on the query patch for both all feature flags and classic engine all feature flags when testing SERVER-75596. This happened only on the query_stats_mongos_aggregation_passthrough suite in this evergreen patch.

      Was not able to re-parse queryStats key when reading queryStats.Status NamespaceNotFound: database merge_to_referenced_coll not found Hash: 10246678213668657820 Query Shape: { cmdNs: { db: \"merge_to_referenced_coll\", coll: \"test\" }, command: \"aggregate\", pipeline: [ { $facet: { y: [ { $lookup: { from: \"TARGET\", as: \"y\", let: {}, pipeline: [] } } ] } }, { $merge: { into: { db: \"merge_to_referenced_coll\", coll: \"TARGET\" }, on: \"_id\", whenMatched: \"merge\", whenNotMatched: \"insert\" } } ] }

       This is the assertion that's failing.

            Assignee:
            alyssa.clark@mongodb.com Alyssa Clark
            Reporter:
            mariano.shaar@mongodb.com Mariano Shaar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: