[
https://issues.apache.org/jira/browse/ARTEMIS-3033?focusedWorklogId=525292&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-525292
]
ASF GitHub Bot logged work on ARTEMIS-3033:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Dec/20 21:55
Start Date: 16/Dec/20 21:55
Worklog Time Spent: 10m
Work Description: gtully commented on pull request #3382:
URL: https://github.com/apache/activemq-artemis/pull/3382#issuecomment-747064463
I pushed a new test to verify the dynamic/versioning is still in place.
org.apache.activemq.artemis.tests.integration.addressing.AddressingTest#testDynamicMulticastRouting
however I think I have more work to do with testing, I think I need to
separate wildcard and non wildcard bindings matches on addBinding, at the
moment a new wildcard bindings is being added to matching existing wildcards
which is a waste and may even lead to duplicates.
more work needed. I will label this as in progress for the moment.
----------------------------------------------------------------
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: 525292)
Time Spent: 1h (was: 50m)
> use a structured tree with visitors for wildcard addresses to avoid duplicate
> cross linking in address impl
> -----------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3033
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3033
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.16.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.17.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> This follows up on ARTEMIS-2990 to address the underlying data structure for
> the wildcard address map. In place of a map of addresses with lists of cross
> references (which grow linearly), a tree map reflecting the hierarchy of
> addresses and wildcards is used. This partitions the search space in a
> natural way with the address hierarchy.
> in place of collections, a visitor allows access to contained bindings for
> processing allowing parallel work.
> the read and update paths to access bindings are also separated out to allow
> the read to do minimum work.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)