Open
Description
A node that has deadlocked threads can exhibit all kinds of issues, which can be difficult to explain if not looking for this exact cause (see #41418). It would be convenient if hot_threads
, which already provides a lot of useful information about the threads, would also provide information on whether there's a deadlock on the respective node.
Funnily enough, our code base already has a DeadlockAnalyzer
(introduced by Shay a very long time ago, but deactivated very early on), so this would make use of this class again, which has been laying dormant for 8 years.