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

Investigate if __wt_evict_stats_update should be an internal function

    • Storage Engines
    • StorEng - Defined Pipeline

      The function _wt_evict_stats_update is currently called from outside the eviction module ( _wt_conn_stat_init ) and is responsible for initialising eviction-related statistics during the startup process. While running it outside of startup does not cause functional failures, it resets eviction stats, which might be unintended in some cases.

      We should investigate whether this function should be marked as internal to limit external calls and prevent unintended resets of eviction stats.

       

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            siddhartha.mahajan@mongodb.com Sid Mahajan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: