Remove TSan suppression for src/log files

XMLWordPrintableJSON

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

      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
            Reporter:
            Andrew Morton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: