-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence - 2025-05-23, SE Persistence - 2025-06-06, SE Persistence - 2025-06-20
-
2
It seems that we have some dead code here:
/* * If there is a lot of cache pressure, don't let the sleep time get too large. If the cache is * totally full, return. */ pct = 0.0; if (__wt_eviction_needed(session, false, false, &pct)) max = 5; else max = 9; if (pct > 100.0) return;
The pct value should never exceed 100.
- is related to
-
WT-14790 Remove redundant `must_resolve` variable from __wt_session_get_btree_ckpt()
-
- Closed
-
-
WT-14724 Add a new preserve_prepared connection configuration
-
- Closed
-
-
WT-14123 Delete the ARMv8 performance build variants in evergreen.yml
-
- Closed
-
-
WT-14273 Report a stat for how long it's been since a page was last queued for eviction
-
- Closed
-