-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Not Applicable
-
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.