6 Replies Latest reply on Jul 27, 2016 12:37 PM by jbertram

    bridge configuration causing out of memory

    xpromache

      Hello,

       

      I'm running two HornetQ  servers with a manually configured bridge between them. I noticed that when the destination server goes down, the source server runs out of memory. I configured paging on all addresses that are forwarded.

      Doing a java memory dump, I observed about 6 millions instances of these two classes:

      - org.hornetq.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread

      - java.util.concurrent.ConcurrentLinkedQueue$Node

       

      These are linked together and seem to be the main culprit for the memory consumption.

       

      The HornetQ version is 2.4.6.Final.

       

      I can provide more info from the heap dump or from my configuration if necessary.

       

       

      thanks for any hint

      nicolae