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

Fix incorrect flag check for accurate force eviction stat

    • 2
    • 2023-07-25 Absolute unit
    • v7.0, v6.0, v5.0, v4.4

      Spotted an issue in WT-10911 where the forced eviction stat is not being updated correctly due to an incorrect flag check. Currently, the code is using the WT_EVICT_CALL_URGENT flag instead of the correct flag, WT_EVICT_STATS_URGENT, resulting in the incorrect behavior.

      To resolve this issue, we need to update the flag used in the function to WT_EVICT_STATS_URGENT, ensuring that the stat is incremented correctly. 

            Assignee:
            siddhartha.mahajan@mongodb.com Sid Mahajan
            Reporter:
            siddhartha.mahajan@mongodb.com Sid Mahajan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: