Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-1265

LP Bug: 1463179 - VSBB update causes TM heap leak

    XMLWordPrintableJSON

Details

    Description

      Since the May 1 executor checkin that turned on VSBB update, the TM will leak memory to the point of an OOM condition after only 26 hours of the longevity test. Pretty sure it will be much quicker if we limit longevity to only perform the delivery transaction, which is the only VSBB invoker.

      We've collected jmaps for some of the TMs on zircon4, and core files for analysis. Located on /home/squser4/fqw/TMdumps. You can see the corefile size increasing as well as the old space usage. Here's the first and last corefiles taken for pid 9915

      rw------ 1 squser4 seaquest 113142116 Jun 8 18:51 jmapdump-9915.0
      rw------ 1 squser4 seaquest 341615426 Jun 8 19:58 jmapdump-9915.13

      and here is the initial jmap-9915.0 old space:

      PS Old Generation
      capacity = 1407713280 (1342.5MB)
      used = 100979864 (96.3019027709961MB)
      free = 1306733416 (1246.198097229004MB)
      7.17332609094943% used

      and then jmap-9915.13

      PS Old Generation
      capacity = 571998208 (545.5MB)
      used = 250169256 (238.57999420166016MB)
      free = 321828952 (306.92000579833984MB)

      it grows about 12Meg every 5 minutes.

      Attachments

        Activity

          People

            joaniec Joanie Cooper
            bwilbanks Buddy Wilbanks
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: