Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
QE 2022-04-04
Description
The test fails with error message:
Error: command failed: {
|
"ok" : 0, |
"errmsg" : "WiredTigerRecordStore::insertRecord -31800: oldest pinned transaction ID rolled back for eviction", |
"code" : 365, |
"codeName" : "TemporarilyUnavailable", |
"$clusterTime" : { |
"clusterTime" : Timestamp(1648490183, 256000), |
"signature" : { |
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="), |
"keyId" : NumberLong(0) |
}
|
},
|
"operationTime" : Timestamp(1648490178, 37000) |
} with original command request: {
|
"commitTransaction" : 1, |
"txnNumber" : NumberLong(0), |
"writeConcern" : { |
"w" : "majority" |
},
|
"lsid" : { |
"id" : UUID("b888dc83-ec3b-4377-adb3-399febd90102") |
},
|
"$clusterTime" : { |
"clusterTime" : Timestamp(1648490178, 37000), |
"signature" : { |
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="), |
"keyId" : NumberLong(0) |
}
|
},
|
"autocommit" : false, |
"stmtId" : NumberInt(2) |
} on connection: connection to ip-10-122-11-134.ec2.internal:21770 : |
_getErrorWithCode@src/mongo/shell/utils.js:24:13 |
doassert@src/mongo/shell/assert.js:18:14 |
_assertCommandWorked@src/mongo/shell/assert.js:759:25 |
assert.commandWorked@src/mongo/shell/assert.js:851:16 |
withTxnAndAutoRetryOnMongos@jstests/libs/auto_retry_transaction_in_sharding.js:33:20 |
@jstests/noPassthrough/multi_delete_in_transaction_large.js:44:28 |
@jstests/noPassthrough/multi_delete_in_transaction_large.js:56:2 |
failed to load: jstests/noPassthrough/multi_delete_in_transaction_large.js
|
exiting with code -3 |
Evergreen link.