-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
39
The transactionLifetimeLimitSeconds value is currently set to 5s in the test. This causes failures sometimes when the test runs on EVG since when the timeout is hit, the transaction coordinator is removed from memory causing a NoSuchTransaction error when we don't expect it. We should increase this value.
Example logs of a timeout and transaction coordinator being removed from memory can be found here.
- related to
-
SERVER-64658 Increase transactionLifetimeLimitSeconds in txn_two_phase_commit_failure.js
- Closed