I tried upgrading our application from Artemis 2.17.0 to 2.18.0, but failed.
We use Karaf and Karaf failed to load the artemis-amqp-protocol artifact
because of a missing requirement.
The artemis-amqp-protocol artifact has a dependency on package
org.apache.qpid.proton, and an OSGi constraint
It seems an IO issue to me. the load you're generating is taking more
time than the configured time on CriticalAnalyzer would allow you to
do.
you should either get a faster device (If I'm right on this), or allow
more time, or diminish your load. (getting more nodes perhaps):
The thread I see
> I don't have the thread dump, just the logs.
The thread dump is in the logs. It's denoted by, "AMQ222199: Thread dump."
Thanks for including it, but unfortunately it's inconclusive.
Are you able to reproduce this? If so, could you provide code or steps so
that I could also reproduce it and anal
I don't have the thread dump, just the logs.
2021-09-16 12:56:49,986 WARN
[org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
2021-09-16 12:56:49,986 INFO [org.apache.activemq.artemis.core.server]
AMQ2
I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
[1]. The issue was that the critical analyzer [2] would sometimes report
false positives. The fix eliminated the false positives, but it didn't
eliminate *all* reports. You may be hitting an actual issue. In order to
investiga
Maybe the issue is that effectively some component is blocked due to lack
of CPU or some external slow component: can you share the full stack and
some statistics about the machine and hw component?
Il giorno gio 16 set 2021 alle ore 15:53 foo bar
ha scritto:
> Hello,
>
> We are using Artemis
Hello,
We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
On 2.18, we generate some load with a couple of threads. We are getting the
exact same error noted here:
https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
```
[org.apache.activemq.artemis.utils.
Thank you
Thai Le
On Thu, Sep 16, 2021, 03:10 Domenico Francesco Bruscino <
bruscin...@gmail.com> wrote:
> Hi Thai,
>
> I have created ARTEMIS-3485[1] with your description of the issue.
> Send an email to us...@infra.apache.org to get help for your account.
>
> [1] https://issues.apache.org/jir
Hi Thai,
I have created ARTEMIS-3485[1] with your description of the issue.
Send an email to us...@infra.apache.org to get help for your account.
[1] https://issues.apache.org/jira/browse/ARTEMIS-3485
Regards,
Domenico
On Wed, 15 Sept 2021 at 18:20, Thai Le wrote:
> Hi Domenico,
>
> Sorry for