We have the following sanity checks:
- eviction_dirty_target < cache_size and eviction_dirty_trigger < cache_size
- eviction_updates_target < cache_size and eviction_updates_trigger < cache_size
We should extend those checks with:
- eviction_dirty_target < eviction_dirty_trigger
- eviction_updates_target < eviction_updates_trigger
Definition of done:
- Add the two checks
- Fix the existing tests
- Add new tests to verify the new checks
- depends on
-
SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the fuzzer
- Closed
- is related to
-
SERVER-38815 Expose an absolute dirty size to the eviction configuration parameters
- Closed