[ 
https://issues.apache.org/jira/browse/ARTEMIS-3033?focusedWorklogId=532080&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532080
 ]

ASF GitHub Bot logged work on ARTEMIS-3033:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Jan/21 19:13
            Start Date: 06/Jan/21 19:13
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic edited a comment on pull request #3382:
URL: https://github.com/apache/activemq-artemis/pull/3382#issuecomment-755539839


   @gtully failures on this PR:
   
   I'm not sure if LiveToLiveFailoverTest is related to this change or an 
intermittent failure. It seems to be related though as I had it failing 
somewhere else as well.
   
   
   Can you take care of these failures.. see if there's anything more 
substantial that needs to be taken care of? Let me know if you need help on any 
of these:
        
   
   Test Name | Duration | Age
   -- | -- | --
   
org.apache.activemq.artemis.tests.integration.cluster.failover.LiveToLiveFailoverTest.testXAMessagesNotSentSoNoRollbackOnCommit
 | 3.5 sec | 1
   
org.apache.activemq.artemis.tests.integration.cluster.failover.ReplicatedMultipleServerFailoverExtraBackupsTest.testStartLiveFirst
 | 1 min 4 sec | 1
   
org.apache.activemq.artemis.tests.integration.management.ActiveMQServerControlTest.testListQueues[legacyCreateQueue=true]
 | 55 ms | 1
   
org.apache.activemq.artemis.tests.integration.management.ActiveMQServerControlTest.testListQueues[legacyCreateQueue=false]
 | 72 ms | 1
   
org.apache.activemq.artemis.tests.integration.management.ActiveMQServerControlUsingCoreTest.testListQueues[legacyCreateQueue=true]
 | 68 ms | 1
   
org.apache.activemq.artemis.tests.integration.management.ActiveMQServerControlUsingCoreTest.testListQueues[legacyCreateQueue=false]
 | 60 ms | 1
   
org.apache.activemq.artemis.tests.integration.plugin.FederationBrokerPluginTest.testFederationStreamConsumerQueueDownstream
 | 9 sec | 1
   
   


----------------------------------------------------------------
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: 532080)
    Time Spent: 2h 50m  (was: 2h 40m)

> 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: 2h 50m
>  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)

Reply via email to