-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
v8.0
-
QE 2024-08-19
-
200
Before SERVER-60823, a transaction with retryable error would be retired indefinitely. After SERVER-60823, a transaction is retried by default up to 5 times. Looking at previous execution of jstests/core/sample_rate.js in multi_stmt_txn_jscore_passthrough_with_migration I found that there can be cases that a command is retried more than 5 times until it succeeds (i.e. 8). We should update the maximum retires threshold in multi_stmt_txn_jscore_passthrough_with_migration to allow for more retries.
- is related to
-
SERVER-94538 Increase txn timeout in multi_stmt_txn_jscore_passthrough_with_migration
- Closed