This ticket covers the densify failures in BF-30324.
"Was not able to re-parse queryStats key when reading queryStats.Status FailedToParse: unknown time unit value: ? Hash: 15049953989640584350 Query Shape: { cmdNs: { db: \"test\", coll: \"full_range\" }, command: \"aggregate\", pipeline: [ { $sort: { val: 1 } }, { $_internalDensify: { field: \"val\", partitionByFields: [], range: { step: 1, bounds: \"full\", unit: \"?\" } } } ] }"}
Densify tests are failing in query_stats_aggregation_passthrough with the above. This appears to be due to RangeStatement serializing its "units" field as a literal, but expecting specific values on re-parse.
- is depended on by
-
SERVER-85096 TRACKING: M3 Correctness Tickets
- Closed
- is related to
-
SERVER-75596 Stress $queryStats read path for aggregation
- Closed