[ 
https://issues.apache.org/jira/browse/AMQ-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4731.
-------------------------------

    Resolution: Fixed

Fixed on trunk
                
> TempQueueMemoryTest started failing recently.
> ---------------------------------------------
>
>                 Key: AMQ-4731
>                 URL: https://issues.apache.org/jira/browse/AMQ-4731
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.9.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 5.9.0
>
>
> TempQueueMemoryTest test is failing.  Fails after changes made for AMQ-2327 
> because of the way the ConcurrentSkipListMap does its sorting and searching 
> and the implementation of ConsumerIdKey.  The key comparison depends on 
> creation time but later removals will always have a later creation time which 
> causes the search for the element to fails most of the time since it will 
> compare greater than even to a key with the same consumer Id.  Result is that 
> items are left in the consumers map causing a memory leak.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to