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

Fix verbose messages in wt_tiered_close/discard

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT11.1.0, 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None

      In tiered/tiered_handle.c there are two functions for cleaning up and closing a tiered dhandle: wt_tiered_close, wt_tiered_discard.

      In wt_tiered_close there are no verbose messages. In wt_tiered_discard there is the following WT_VERB_TIERED verbose debug message:

      __wt_verbose(session, WT_VERB_TIERED, "%s", "TIERED_CLOSE: called");
      

      There are two things to fix here.

      1. Fix the above verbose message to indicate it is the discard path.
      2. Copy/add that message to the close path.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso (Inactive)
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: