[
https://issues.apache.org/jira/browse/ARTEMIS-2996?focusedWorklogId=512054&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-512054
]
ASF GitHub Bot logged work on ARTEMIS-2996:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/20 21:34
Start Date: 15/Nov/20 21:34
Worklog Time Spent: 10m
Work Description: franz1981 edited a comment on pull request #3343:
URL: https://github.com/apache/activemq-artemis/pull/3343#issuecomment-727640462
I believe your suggestion is good to get the best from routing (that's ok
for othes and more common/important use cases): re mqtt, I am aware of some
cases that can stress the same behaviour I have implemented on the JMH
benchmark ie given a big amount of topics, concurrent adding and removing few
new ones (routing few messages) while routing on the other ones.
I can add some fake routing between add/remove but the problem is always the
same: locking and linear (double) traversal of matching bindings (see the
linked addresses behaviour) are the bottlenecks.
Improving this use case won't hurt existing ones (that's my purpose here)
and that's what this benchmark can help to detect.
Tomorrow I will let @gtully continue on this; I know he was working on
something related
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 512054)
Time Spent: 7h (was: 6h 50m)
> Provide JMH Benchmarks for Artemis
> ----------------------------------
>
> Key: ARTEMIS-2996
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2996
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Tests
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Time Spent: 7h
> Remaining Estimate: 0h
>
> In order to reliably measure performance of many Artemis component would be
> welcome to implement some https://github.com/openjdk/jmh benchmarks to be
> used for development purposes ie not part of the release
--
This message was sent by Atlassian Jira
(v8.3.4#803005)