-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
ALL
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The error only seems to occur in the "unsplittable_collections_created_on_any_shard" suites. Error:
uncaught exception: Error: command failed: {
"ok" : 0,
"errmsg" : "Exhausted maximum number of shard metadata recovery attempts :: caused by :: Executor error during aggregate command on namespace: test.timeseries_raw_data_inner_pipelines :: caused by :: Exceeded maximum number of 10 retries attempting 'parsing and executing subpipelines' :: caused by :: timestamp mismatch detected for test.system.buckets.timeseries_raw_data_inner_pipelines_ts",
"code" : 13388,
"codeName" : "StaleConfig",
"ns" : "test.system.buckets.timeseries_raw_data_inner_pipelines_ts",
"vReceived" : {
"e" : ObjectId("000000000000000000000000"),
"t" : Timestamp(0, 0),
"v" : Timestamp(0, 0)
},
"vWanted" : {
"e" : ObjectId("690db98e3ff873c9652b68db"),
"t" : Timestamp(1762507150, 4),
"v" : Timestamp(1, 0)
},
"shardId" : "shard-rs1",
"$clusterTime" : {
"clusterTime" : Timestamp(1762507151, 129),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
},
"operationTime" : Timestamp(1762507151, 129)
} with original command request: {
"aggregate" : "timeseries_raw_data_inner_pipelines",
"pipeline" : [
{
"$match" : {
"shard" : "shard1"
}
},
{
"$unionWith" : {
"coll" : "timeseries_raw_data_inner_pipelines_ts",
"pipeline" : [ ]
}
}
],
"rawData" : true,
"cursor" : { },
"lsid" : {
"id" : UUID("8c829e23-fd3c-4b1a-a653-52bc47f988ae")
},
"$clusterTime" : {
"clusterTime" : Timestamp(1762507151, 2),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
},
"$traceCtx" : {
"traceparent" : "00-b2cb15c09735033581134701c5fb84f9-d0c76658bee11875-01"
}
- related to
-
SERVER-111120 rawData field does not apply to subpipelines
-
- Closed
-