-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
None
-
Storage Engines
-
Execution Team 2024-06-10
-
v8.0, v7.3, v7.0, v6.0, v5.0
WT-5588 attempted to remove false positives in cursor copy debug mode by setting a flag when a copy is made and only releasing the copy when the flag is set. However, it failed to set the flag for some copies, leading them to be freed much later when the page is evicted, and making use-after-free bugs caught by ASAN very hard to debug. It also missed a copy of the key and only copied the value.
- is related to
-
SERVER-91071 Do not create two yieldable index scans at the same time
- Closed
-
SERVER-91412 Unowned BSONObj use in splitVector
- Closed
-
WT-5588 Only release cursor memory allocated by the API for cursor copy debug mode
- Closed