Spotted an issue in WT-10911 where the forced eviction stat is not being updated correctly due to an incorrect flag check. Currently, the code is using the WT_EVICT_CALL_URGENT flag instead of the correct flag, WT_EVICT_STATS_URGENT, resulting in the incorrect behavior.
To resolve this issue, we need to update the flag used in the function to WT_EVICT_STATS_URGENT, ensuring that the stat is incremented correctly.
- is caused by
-
WT-10911 Investigate and update eviction timeline metrics that are showing up incorrectly
- Closed