Always log "file ranges never verified"

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0
    • Affects Version/s: None
    • Component/s: Verify
    • None
    • Storage Engines, Storage Engines - Persistence
    • SE Persistence - 2025-10-24
    • 2

      We currently skip the following error message unless verify verbose logs are enabled. We should instead log it all the time.

              if (!WT_VERBOSE_ISSET(session, WT_VERB_VERIFY))
                  continue;
      
              __wt_errx(session, "file range %" PRIuMAX "-%" PRIuMAX " never verified",
                (uintmax_t)WT_FRAG_TO_OFF(block, first), (uintmax_t)WT_FRAG_TO_OFF(block, last));
      

            Assignee:
            Albert Song
            Reporter:
            Sean Watt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: