Direct verbose error messages to handle_error

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.1, 5.2.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-12-13
    • 2

      We currently direct all 'wt_verbose' messages through the 'WT_EVENT_HANDLE::handle_message' interface, regardless of verbosity level. The 'WT_EVENT_HANDLE::handle_message' interface is the appropriate interface for the bulk of the verbosity levels, except for 'WT_VERBOSE_ERROR'.
      Ideally, we should be directing messages associated with the 'WT_VERBOSE_ERROR' level through the 'WT_EVENT_HANDLE::handle_error' interface.

      Definition of Done:

      • Update the 'wt_verbose_worker' implementation to check if its handling a 'WT_VERBOSE_ERROR' message. If so, call 'eventv' with the 'msg_event' parameter/flag as 'false'.

            Assignee:
            Alison Felizzi (Inactive)
            Reporter:
            Alison Felizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: