Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2215

kernel stack watchdog can delay thread exits

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • perf, util
    • None

    Description

      KernelStackWatchdog::Unregister can block if the watchdog is currently in the process of dumping a thread's stacks. The stack dumping can take several seconds in the worst case, so this can delay another thread from exiting.

      There's currently a comment indicating that we don't usually care about delaying thread exits, but there are actually a few places where we do join() on a thread. In particular, in earlier versions Peer::Close() joins on a ResettableHeartbeater and thus can get stuck for a while.

      Attachments

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: