-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
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.