ExportXMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • WT11.2.0, 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 30,163.407
    • None
    • None
    • v7.0

      Summary

      We introduced a log message "skipping compaction" in WT-10897 when compact decides that there is no useful work to do for the table. Unfortunately, the message still gets sometimes logged even if compact does some work.

      Diagnosis

      The message is logged from within _wt_compact when there is no work to do, but that does not account for the fact that wt_compact is called in a loop from _compact_worker in session_compact.c. We need to log this message only if first iteration decides that there is no work to do.

            Assignee:
            Peter Macko
            Reporter:
            Peter Macko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: