Avoid hot-path logging in txn override

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0, 8.0.0-rc18
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • Fully Compatible
    • ALL
    • v8.0, v7.0, v6.0, v5.0
    • 200
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      BF-34551 identifies tests which are timing out since SERVER-60823.

      The tests are not functionally changed by SERVER-60823. The transaction override is present but not enabled, so retry behaviour has not changed.

      What has changed is logging; previously the override would not log per-command if disabled, but now does.

      For tests performing a lot of ops, this overhead has been observed to be significant.

      The override should avoid logging in the "hot" path when disabled.

              Assignee:
              James Harrison
              Reporter:
              James Harrison
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: