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

WT_CALL_FUNCTION should not print out a message

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.9.0, 4.4.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 5
    • Storage - Ra 2021-03-08, Storage - Ra 2021-03-22
    • v4.4, v4.2

      In WT-5130 a new macro was introduced to use mmap. The code restructuring introduced the use of WT_RET_MSG. That has introduced the printing of "error" messages in 4.4 that were not printed in 4.2 as the wt_posix_extend_file function tries the various ways to extend the file and sometimes getting ENOTSUP.

      This ticket should eliminate that use and either just use WT_RET or use WT_RET only on ENOTSUP or something else, but we should avoid printing an error message in the common case.

            Assignee:
            jie.chen@mongodb.com Jie Chen
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: