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

Request for a panic handler function.

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.5.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      A handler_panic function is what we are looking for. Something like (mocked up from handle_error)

      int(* WT_EVENT_HANDLER::handle_panic)(WT_EVENT_HANDLER *handler,
      WT_SESSION *session, int error, const char *message)
      

      We just want the callback for logging purposes, and so that we can go through our own abrupt shutdown routines. We were not going to continue the process at this point.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: