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

Blacklist create_database.js from concurrency_replication_multi_stmt_txn

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.3.3
    • None
    • Testing Infrastructure
    • None
    • Fully Compatible
    • Execution Team 2020-01-27
    • 29

    Description

      concurrency_replication_multi_stmt_txn will retry transactions that fail with retriable errors, including NoSuchTransaction. Any workload, such as create_database.js, that expects errors that cannot be blindly retried upon, can time out inside concurrency_replication_multi_stmt_txn due to the following sequence:

      suite starts transaction with FSM state -> test encounters and ignores non retriable error -> transaction implicitly aborts due to non retriable error -> suite attempts to commit the transaction -> commit fails with NoSuchTransaction -> suite retries the transaction -> suite starts transaction with FSM state

      The transaction will keep retrying indefinitely, failing every time, since the non retriable error keeps occurring and getting ignored.

      Since this is an incompatibility between create_database.js and the suite, it should be blacklisted from this suite.

      Attachments

        Activity

          People

            maria.vankeulen@mongodb.com Maria van Keulen
            maria.vankeulen@mongodb.com Maria van Keulen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: