Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-7721

[LTS] Leak of Binding-related Objects when Consuming from a Wildcard Topic and Producing to Matching Topics

    XMLWordPrintable

Details

    • False
    • None
    • False
    • Hide

      Reproducer attached.

      Deploy and start a broker.
      Build the attached reproducer and execute the MqttTest.java file
      Allow to run for several minutes
      Kill the client with kill -15 (SIGTERM) or kill -9 (SIGKILL)

      Take a heap dump of the broker and query for leaking objects. E.g:

      select * from org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl psi
      
      Show
      Reproducer attached. Deploy and start a broker. Build the attached reproducer and execute the MqttTest.java file Allow to run for several minutes Kill the client with kill -15 (SIGTERM) or kill -9 (SIGKILL) Take a heap dump of the broker and query for leaking objects. E.g: select * from org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl psi
    • Critical

    Description

      In a scenario with a MQTT publisher producing to many topics with an OpenWire wildcard consumer consuming from a single matching topic, BindingsImpl, PagingStoreImpl and associated objects are never cleaned up, even when the clients exit, resulting in a large buildup of objects in the PagingManagerImpl.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-jbertram Justin Bertram
              rhn-support-dhawkins Duane Hawkins
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: