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

Direct verbose error messages to handle_error

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

      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@mongodb.com Alison Felizzi (Inactive)
            Reporter:
            alison.felizzi@mongodb.com Alison Felizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: