Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-1891

Memory Leak in aries-jpa-support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • jpa-2.7.1
    • jpa-2.7.2
    • JPA
    • None

    Description

      The fix for ARIES-1783 has a memory leak. The method org.apache.aries.jpa.supplier.EmSupplier.get() is called every time when a method on EntityManager is called. And every time a ServiceReference to a TransactionManager gets created. But it doesn't get deleted. So we have as many ServiceReferences in the memory as calls on EntityManager.

      Attachments

        Activity

          People

            cschneider Christian Schneider
            soundcracker@gmail.com Daniel Estermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: