-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
8
-
나비 (nabi) - 2024-04-16
-
v8.0
We see an assert being triggered in __wt_evict_file. The assert complains that we are evicting a page that has the WT_REF_FLAG_PREFETCH flag set but the prefetch queue is empty.
It seems that we either didn't clear the flag when we removed the page from the prefetch queue or we set the flag but didn't add that page to the prefetch queue.