-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
Storage Engines
-
(copied to CRM)
-
8
-
2024-04-02 - GreatMugshot, 나비 (nabi) - 2024-04-16, Nick - 2024-04-30
-
v8.0, v7.3, v7.0, v6.0, v5.0
Background -
This ticket follows the findings from WT-11300, which highlighted an issue where the eviction random traversal leads to walking the same pages over and over again. This led to inefficiencies in the eviction server's ability to queue pages effectively.
Objective -
The objective of this ticket is to understand the existing random traversal logic within our eviction processes.
Scope -
- Review of the random traversal logic.
- Fix it accordingly.
- fixes
-
WT-11300 Investigation: Failure to Queue Pages with Many Updates in Eviction Process
- Closed