Only count the cache wait time in rollback under pressure thread

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines, Storage Engines - Server Integration
    • ALL
    • SESI - 2025-06-24
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently we are counting both 
      WT_STAT_CONN_EVICTION_APP_TIME and WT_STAT_CONN_APPLICATION_CACHE_TIME in our thread to account for time spent in eviction and waiting for cache. However, after investigating WiredTiger code, we found that eviction_app_time is a subset of application_cache_time, and so we are on some occasions double counting the time spent.

      We can remove references to WT_STAT_CONN_EVICTION_APP_TIME.

            Assignee:
            Ruby Chen
            Reporter:
            Ruby Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: