AntonRoskvist commented on PR #5296: URL: https://github.com/apache/activemq-artemis/pull/5296#issuecomment-2779108865
@jbertram Thanks for the heads up! It seems like the transport classes for IO_URING have yet to be uploaded to maven but I went ahead and started working on this regardless, using the RC4 release in the meantime (for the transport classes, otherwise using the released 4.2.0)... The upgrade to Netty 4.2.0 seem to introduce some issue, at least with the cli "Perf Client" I intended to use for some AB-testing... I'm still trying to figure that out. Just bumping netty to 4.2.0, building, creating a default broker, then running: `bin/artemis perf client --warmup 20 --duration 60 --max-pending 10 --url tcp://localhost:61616?confirmationWindowSize=20000 queue://QUEUE` Shows the issue after some 5-10 seconds. Might be because the perf client is using the now deprecated "DefaultEventLoopGroup", not sure yet... I saw that dependabot pushed for this Netty upgrade so I'll paste this comment in that PR just to be safe while looking into this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact