Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-4731

TempQueueMemoryTest started failing recently.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.9.0
    • 5.9.0
    • Broker
    • None

    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

          Activity

            People

              tabish Timothy A. Bish
              tabish Timothy A. Bish
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: