v.22.9Improvement
Fix cache incompatibility when toggling do_no_evict_index_and_mark_files setting
Fix incompatibility of cache after switching setting do_no_evict_index_and_mark_files from 1 to 0, 0 to 1. #41330 (Kseniia Sumarokova).Why it matters
The feature resolves problems caused by cache inconsistencies after toggling thedo_no_evict_index_and_mark_files setting, ensuring stable and predictable cache behavior during runtime configuration changes.How to use it
Users can safely switch thedo_no_evict_index_and_mark_files setting between 1 and 0 without causing cache incompatibility issues. No special actions are required besides adjusting the setting as needed.