Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9021

Possible race condition in __wt_debug_mode_config

    • 3
    • StorEng - Defined Pipeline

      This came out of WT-8880, so it's a preventative fix rather than something that's caused a real issue. conn->debug_flags are set piecemeal when working through __wt_debug_mode_config rather than saving the new flags to a temporary local variable then assigning it at the end. This is prone to race conditions, so we should fix it.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            will.korteland@mongodb.com Will Korteland
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: