-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
1
-
Storage Engines - 2023-01-10
WT_CACHE_EVICT_DEBUG_MODE is set of cache->flags during connection open or reconfig. However when __evict_update_work runs it doesn't check if that flag is set and clears it when processing what flags should be set. This ticket is to make sure __evict_update_work does the right thing and keep the setting of WT_CACHE_EVICT_DEBUG_MODE for cache->flags.