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: cannot disable temporary queue metrics

2025-01-28 Thread Justin Bertram
FYI - I opened ARTEMIS-5280 [1] to track this. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-5280 On Tue, Jan 28, 2025 at 8:34 AM Justin Bertram wrote: > Looks like there's a bug preventing this from working as expected. I'll > send a fix before 2.40.0 is released. > > > Justin > >

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

Re: cannot disable temporary queue metrics

2025-01-28 Thread Justin Bertram
Looks like there's a bug preventing this from working as expected. I'll send a fix before 2.40.0 is released. Justin On Tue, Jan 28, 2025 at 8:22 AM Alexander Milovidov wrote: > Hi Vilius, > > I also use these settings and it seems that it does not work. > Artemis 2.38.0, plugin 2.1.0. > > > в

Re: cannot disable temporary queue metrics

2025-01-28 Thread Alexander Milovidov
Hi Vilius, I also use these settings and it seems that it does not work. Artemis 2.38.0, plugin 2.1.0. вт, 28 янв. 2025 г. в 02:11, Vilius Šumskas : > Hi, > > I‘ve set up Artemis Prometheus plugin 2.2.0 with ActiveMQ Artemis 2.39.0. > /metrics endpoint works and returns all default metrics. > >