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

Cleanup of temporary destinations by PooledConnection and ConnectionPool either leaks temp dests or deletes too many

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.6.0
    • JMS client
    • None
    • Patch Available

    Description

      Creating this as follow-up on AMQ-3457.

      AMQ-3457 removed cleanup on call to close() for PooledConnection objects, causing temporary destinations to remain in the broker until all uses of the actual underlying ActiveMQ connection are closed. Since those other uses of the underlying connection can be held indefinitely, or - on a very active system - there might be almost no time when there are no users of a connection, those temporary destinations essentially create a leak.

      The most correct operation would remove the temporary destination for each PooledConnection when it's close() method is called.

      Prior to AMQ-3457, updates for AMQ-2349 attempted to resolve this problem, but ended up being overly-aggressive, removing all of the temporary destinations from the underlying connection. So, one PooledConnection's close() deleted temporary destinations for multiple PooledConnection objects which were still active.

      Test case and patch will be provided.

      Attachments

        1. pooledConnCleanupOwnTemps.patch
          8 kB
          Arthur Naseef
        2. TestConnectionPoolTempCleanup.java
          8 kB
          Arthur Naseef

        Activity

          People

            tabish Timothy A. Bish
            artnaseef Arthur Naseef
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2h
                2h
                Remaining:
                Remaining Estimate - 2h
                2h
                Logged:
                Time Spent - Not Specified
                Not Specified