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).
Fixes cache incompatibility issues that occur when switching the setting do_no_evict_index_and_mark_files between 1 and 0.

Why it matters

The feature resolves problems caused by cache inconsistencies after toggling the do_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 the do_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.