Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8030

Add sanity checks related to eviction trigger setting

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 5.2.0, 5.1.0-rc2, 5.0.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 5
    • Storage - Ra 2021-11-01

      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

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            josef.ahmad@mongodb.com Josef Ahmad
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: