Fix log flooding during page sleep and when cache is full of updates or dirty pages

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0
    • Affects Version/s: None
    • Component/s: Logging
    • None
    • Storage Engines, Storage Engines - Transactions
    • SE Transactions - 2025-11-07
    • 1

      This ticket is to fix following full of logs issues:

      1 . There's a bug on how frequent of warning message is logged sleep to wait the page 0x... for <num> times.

      2. We need to decrease the verbosity level to debug for

      __wt_verbose_warning(session, WT_VERB_EVICTION, "cache is full of updates: %f percent", pct_updates);

      and

      __wt_verbose_warning(session, WT_VERB_EVICTION, "cache is full of dirty pages: %f percent", pct_dirty);

       

            Assignee:
            Zunyi Liu
            Reporter:
            Zunyi Liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: