Description
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.
Attachments
Issue Links
- is duplicated by
-
AMQ-5474 Broken ConsumerIdKey comparator implementation
- Closed