-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency
-
Storage Engines, Storage Engines - Foundations
-
5
-
StorEng - 2025-04-25
The connection flags being a non atomic field means that two threads updating the flags can race and their RMW cycles overlap resulting in an invalid state for that field.
This is incorrect and conn->flags should be converted to conn->flags_atomic . Then the F_SET_ATOMIC and related macros should be used to manipulate the field.
- is related to
-
WT-14185 Remove workaround once copybara is enabled
-
- Closed
-
-
WT-14352 Create nested directory if directories do not exist during live restore file open and add test to simulate directory per db usage in MongoDB
-
- Closed
-
-
WT-14402 Add comment explaining how to recover when live restore crashes before the state is written to the turtle file
-
- Closed
-
- related to
-
WT-14185 Remove workaround once copybara is enabled
-
- Closed
-
-
WT-14352 Create nested directory if directories do not exist during live restore file open and add test to simulate directory per db usage in MongoDB
-
- Closed
-
-
WT-14402 Add comment explaining how to recover when live restore crashes before the state is written to the turtle file
-
- Closed
-
-
WT-14447 48.72% decrease in Times update stalled in Variant amazon2023-perf-tests-arm64 for Task many-collection-test in Test many-collection-test
-
- Needs Verification
-