Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1392

Memory leak in Teiid

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.1.1
    • 7.1.1
    • Server
    • None

      To reproduce:

      1.) unzip eds-qs.zip into ${SOA-P}/jboss-as/samples/quickstarts/ directory
      2.) copy/move ${EDS-QS}/build.properties-example to ${EDS-QS}/build.properties
      3.) the QS deploys a VDB with 2 Oracle10g datasources (you can configure (via build.properties) both to the same DB instance)
      4.) start the server up
      5.) using JDBC with following configuration send following SQL:

      JDBC:

      • URL: jdbc:teiid:perf@mm://${soa-p bind address}:31000
      • driver: org.teiid.jdbc.TeiidDriver
      • username/password: according to ${SOA-P}/jboss-as/server/${profile}/conf/props/teiid-security-users.properties

      SQL:
      select * from perf.long.persons where person_id < 100

      With server max heap set to 3G the GC caused by the leak affects the server after cca 150k iterations

            rhn-engineering-rareddy Ramesh Reddy
            pmacik@redhat.com Pavel Macik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: