Re: Blocked threads in Artemis

2025-01-28 Thread Justin Bertram
You would need to check the same thread dump you were inspecting previously (assuming you actually acquired a thread dump and weren't just looking at a dynamic list of threads). Threads are in constant flux so looking at "qtp132659602-341435" later almost certainly won't provide any meaningful info

Re: Blocked threads in Artemis

2025-01-28 Thread Alexander Milovidov
Thank you Justin for the quick response. I checked the thread "qtp132659602-341435" - it looks exactly the same (and also in the blocked state). Or maybe it has been changed while I searched for it by name. At the moment the load is not so high, and there are almost no blocked threads. I'll try to

Re: Blocked threads in Artemis

2025-01-28 Thread Justin Bertram
Based on the stack-trace you shared, there's a remote client making an HTTPS connection for a management operation of some kind via Jolokia (i.e. the JMX-HTTP bridge). This thread is blocked waiting on another thread to release a lock that it needs. In order to diagnose the issue we first need the

Blocked threads in Artemis

2025-01-28 Thread Alexander Milovidov
Hi All, Sometimes we have a lot of threads in the blocked state in Artemis (up to 400 on one of the test servers). I have checked several blocked threads, and they look similar. When it happens, the management console becomes slow. When I checked the thread dump, I mentioned that there were many l