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

Remove TSan suppression for src/log files

    • Storage Engines
    • 8
    • 2024-04-02 - GreatMugshot, 나비 (nabi) - 2024-04-16

      All files in src/log have been suppressed for TSan race condition warnings. This was done as the shared variables are more complex than the usual loadiing and storing of integers, for example WT_SLOT->slot_state is a 64bit variable that contains two 32bit elements, and also retains some bits to track additional state.

      This ticket is to better understand how fields like slot_state are used, and once we understand this removing the Tsan suppression and addressing the resulting warnings.

            Assignee:
            luke.pearson@mongodb.com Luke Pearson
            Reporter:
            andrew.morton@mongodb.com Andrew Morton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: