-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
Storage Engines
-
3
-
2024-01-09 - I Grew Tired
This ticket started with the following idea:
- In several places, evict_aggressive_score is compared to 100 which should be WT_EVICT_SCORE_MAX.
As I was making changes to the code, I added assertions that showed that the aggressive score variable was overflowing in the cpp cache_resize test. I am re-purposing this ticket to address this issue on top of removing the hardcoded values.