Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-14989

Possible net.sf.hibernate.impl.SessionImpl Memory Leaks

    XMLWordPrintable

Details

    Description

      In the last several weeks we've been seeing a lot of confluence instabilities at wikis.sun.com - all of them were related to running out of heap space. Several iterations of increasing Xmx didn't help (we started at 3GB and now we are at 5GB and 64bit JVM).

      I took several memory dumps during outages and analyzed them with Eclipse Memory Analyzer, which repeatedly found two issues:

      • SAXParser memory leaks
      • hundreds of instances of net.sf.hibernate.impl.SessionImpl retaining 750MB+ heap memory

      At the same time I see that the dump contains total of 163 threads. Given that Confluence uses OpenSessionInView pattern, I'd expect to see less than 163 live session instances (since not all the threads are j2ee service threads).

      I'm attaching some annotated screenshots from Eclipse Memory Analyzer.

      Attachments

        1. SessionImplIncommingReferences.png
          133 kB
          Igor Minar
        2. SessionImplInstanceListing.png
          192 kB
          Igor Minar
        3. SessionImplSuspectSummary.png
          81 kB
          Igor Minar

        Issue Links

          Activity

            People

              alynch Andrew Lynch (Inactive)
              15d9a6950818 Igor Minar
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: