<div dir="ltr"><div>Hello,<br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
However, after a short amount of time, the linstor controller just stops <br>
responding again, with basic commands like &quot;linstor node list&quot; timing <br>
out after 5 minutes.<br></blockquote><div><br></div><div>We were fixing a few deadlock-related issues in the recent LINSTOR release, but also have found another one (will be included in the next release). However, if you (or any other reader here) face a hanging controller, you would help us to capture us a thread-dump of the java process and send it to me (directly is fine, no need to spam the ML with thread-dumps, since they scale with CPU count and can easily get &gt;100kb).</div><div>To get such a thread dump there are 3 options, whereas the first two might require a JDK installed instead of just a JRE. The third option works also with a JRE:</div><div>1) jstack &lt;pid&gt;<br>2) jcmd &lt;pid&gt; Thread.print<br>3) kill -3 &lt;pid&gt;<br></div><div><br></div><div>The third option will NOT kill the process, but it will only print the
 thread dump on stdout, so likely into your journalctl.<br></div><div> <br></div></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Best regards,<br></div>Gabor Hernadi<br></div></div></div></div></div>