RE: JMX exporter in Docker image

2025-01-23 Thread Vilius Šumskas
Can you try with -Djava.rmi.server.hostname=some.random.ip instead of hostname? I tried with "foo" hostname and there is no delay, but switched to 8.8.8.8 and delay is back again. Actually specifying any IP not under host's interface produces the same result. -- Vilius -Original Messa

Re: JMX exporter in Docker image

2025-01-23 Thread Justin Bertram
>From what I can tell the delay is shown in the first thread dump [1]: "main" #1 prio=5 os_prio=0 cpu=2709.38ms elapsed=33.95s tid=0x7f723002ae60 nid=0x33633 runnable [0x7f7237121000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.Net.poll(java.base@17.0.13/Native Method)

Re: AW: AW: Artemis - Help understanding heap dump

2025-01-23 Thread Clebert Suconic
As I showed on the code, there will be a log.warn if max-read is reached. You would need really a client consuming messages and not doing any acks to reach the limit. You can find this on the web console by monitoring delivering and asked metrics. One rule of thumb I have used is to keep abou

Primary quorum voting

2025-01-23 Thread Gaëtan Caumartin
Hello, I’m working on an Artemis cluster with ha/replication and I have a question about the quorum default implementation. The cluster I’m using is configured on 3 servers (s1, s2, s3) on 3 different physical locations (latency < 5ms), each server hosting a primary and a backup that I will r

RE: JMX exporter in Docker image

2025-01-23 Thread Vilius Šumskas
>> ...the broker hangs on startup for ~2 minutes and 10 seconds every time... > Can you get a thread dump during the delay and provide it here? The logging > doesn't really indicate what's going on behind the scenes. I just did a quick > proof-of-concept using a similar configuration to yours an