-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-03-04
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test is failing in sharding_jscore_passthorugh_with_balancer suite with the following error (failed patch)
WriteError({
"index" : 0,
"code" : 24,
"errmsg" : "Encountered non-retryable error during query :: caused by :: Unable to acquire IX lock on '{4231546313068783394: Database, 772781799248242466, txn_sharded}' within 5ms. opId: 155656, op: conn61, connId: 61.",
"op" : {
"q" : {
"b" : "0"
},
"u" : {
"$set" : {
"a" : "0"
}
},
"multi" : false,
"upsert" : false
}
}) :
WriteError({
"index" : 0,
"code" : 24,
"errmsg" : "Encountered non-retryable error during query :: caused by :: Unable to acquire IX lock on '{4231546313068783394: Database, 772781799248242466, txn_sharded}' within 5ms. opId: 155656, op: conn61, connId: 61.",
"op" : {
"q" : {
"b" : "0"
},
"u" : {
"$set" : {
"a" : "0"
}
},
"multi" : false,
"upsert" : false
}
})
WriteError@src/mongo/shell/bulk_api.js:465:48
mergeBatchResults@src/mongo/shell/bulk_api.js:857:49
executeBatch@src/mongo/shell/bulk_api.js:926:30
Bulk/this.execute@src/mongo/shell/bulk_api.js:950:29
DBCollection.prototype.updateOne@src/mongo/shell/crud_api.js:600:22
@src/mongo/db/modules/enterprise/jstests/fle2/txn_sharded.js:68:38
failed to load: src/mongo/db/modules/enterprise/jstests/fle2/txn_sharded.js
- is depended on by
-
SERVER-87046 Re-enable fle2/txn_sharded.js test in sharding suites with random migrations
-
- Backlog
-
-
SERVER-86292 Introduce sharding_jscore_passthrough_with_balancer suite
-
- Closed
-