sk0x50 commented on code in PR #4923: URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893827884
########## modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java: ########## @@ -1297,4 +1316,165 @@ public static boolean shouldSwitchToRequestsExecutor(ThreadOperation... required return true; } } + + /** + * Performs thread dump and prints all available info to the given log with WARN logging level. + * + * @param log Logger. + */ + public static void dumpThreads(IgniteLogger log) { Review Comment: I thought exactly the same but did not do it... Will create `ThreadUtils`. Thank you for the suggestion/support! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org