WT_CALL_FUNCTION should not print out a message

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.0, 4.9.0, 4.4.5
    • Affects Version/s: None
    • Component/s: None
    • Storage - Ra 2021-03-08, Storage - Ra 2021-03-22
    • 5
    • 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
            Reporter:
            Susan LoVerso (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: