Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-93477

Increase number of maximum retries in multi_stmt_txn_jscore_passthrough_with_migration

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • 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.

            Assignee:
            foteini.alvanaki@mongodb.com Foteini Alvanaki
            Reporter:
            foteini.alvanaki@mongodb.com Foteini Alvanaki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: