RE: Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay)

2022-10-05 Thread slx
ezone. De : Justin Bertram Envoyé : mercredi 5 octobre 2022 21:44 À : users@activemq.apache.org Objet : Re: Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay) I'd love to get a look at a few full thread dumps during the slow-down if possi

Re: Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay)

2022-10-05 Thread Justin Bertram
I'd love to get a look at a few full thread dumps during the slow-down if possible. Could you upload those somewhere or toss them on pastebin [1] or gist [2], etc.? Given that there are no consumers with selectors on the queues having no problems and that the problem comes and goes along with the

Re: Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay)

2022-10-05 Thread slx
Thank you for your response. - No selectors on other queues - I checked the thread list on artemis console. At the time 2 or 3 threads where in BLOCKED state for example with this stack : 1. org.apache.activemq.artemis.core.server.impl.QueueImpl . addConsumer (QueueImpl.java:1414) 2. org.

Re: Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay)

2022-10-05 Thread Justin Bertram
> Is there a known issue with performance of selectors on 2.24.0 ? In particular that may degrade over time. I'm not aware of any particular issue, per se, but generally speaking, using selectors on queue consumers is not good for performance. This is due to the queue scanning required to match me

Slow consume issue (was: Re: AMQ142007: Can not find record during compact replay)

2022-10-05 Thread slx
Hello, Thank you for your response. The clients refused the downtime at the time for the store dump and we ended up with a live cleanup of the queue that they couldn't consume fast enough (holding ~20M response messages) The occurrence of that specific WARNING diminished significantly after that

Re: AMQ142007: Can not find record during compact replay

2022-09-22 Thread Clebert Suconic
I don’t think it’s critical. But I wanted to check your data to be able to help. On Thu, Sep 22, 2022 at 4:26 AM Clebert Suconic wrote: > Also, inspect the file before you upload it. > > On Thu, Sep 22, 2022 at 4:25 AM Clebert Suconic > wrote: > >> Is there any chance you could add a print data

Re: AMQ142007: Can not find record during compact replay

2022-09-22 Thread Clebert Suconic
Also, inspect the file before you upload it. On Thu, Sep 22, 2022 at 4:25 AM Clebert Suconic wrote: > Is there any chance you could add a print data of your journal to the JIRA? > > > The Artemis data print has a —safe argument that would obfuscate any data > only leaving journal structure recor

Re: AMQ142007: Can not find record during compact replay

2022-09-22 Thread Clebert Suconic
Is there any chance you could add a print data of your journal to the JIRA? The Artemis data print has a —safe argument that would obfuscate any data only leaving journal structure recorded. ./artemjs data print —safe The system has to be stopped or you could copy your journal on another serv

AMQ142007: Can not find record during compact replay

2022-09-20 Thread slx
Hello, This is related to my ticket https://issues.apache.org/jira/browse/ARTEMIS-3992 We still have occasional spurts of messages like 2022-09-20 10:32:43,913 WARN  [org.apache.activemq.artemis.journal] AMQ142007: Can not find record 268 566 334 during compact replay 2022-09-20 10:32:43,913 WAR