1 Reply Latest reply on Oct 29, 2008 10:31 AM by manik

    Spontanous Cloning of TreeCache(Aop)

    abirkmanis

      While using JBoss Cache 1.3.0.SP4, my application occasionally starts leaking memory.
      The reason for that is some unidentified rare condition that causes TreeCacheAop clone itself.

      Specifically, the whole application instantiates TreeCacheAop once. But sometimes (when memory starts leaking) a heap dump identifies hundreds of TreeCacheAop instances, each with its own JGroups stack, etc.
      I am positive that application itself does not re-create TreeCacheAop.
      Could it be that the cache does it itself, or maybe there are some other suggestions?

      Thanks a lot,

      Andris Birkmanis