anton-vinogradov commented on code in PR #10732:
URL: https://github.com/apache/ignite/pull/10732#discussion_r1206657342
##########
modules/core/src/main/java/org/apache/ignite/internal/worker/WorkersRegistry.java:
##########
@@ -229,6 +229,8 @@ public void setSystemWorkerBlockedTimeout(long val) {
"[workerName=" + worker.name() + ",
threadName=" + runner.getName() +
", blockedFor=" + heartbeatDelay / 1000 +
"s]");
+ U.dumpThreads(log);
Review Comment:
This code may not cause the node crash.
And it's execution may happen more than once.
The goal is to write the thread dump each time we have threads blocked.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]