[jboss-jira] [JBoss JIRA] (AS7-4958) Memory leak in Distributed Transaction System
Wouter De Borger (JIRA)
jira-events at lists.jboss.org
Wed Jun 6 10:49:17 EDT 2012
Wouter De Borger created AS7-4958:
-------------------------------------
Summary: Memory leak in Distributed Transaction System
Key: AS7-4958
URL: https://issues.jboss.org/browse/AS7-4958
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.2.Final (EAP), 7.1.1.Final
Environment: centos6 in libvirt qemu/kvm vm
Reporter: Wouter De Borger
Assignee: jaikiran pai
When running distributed transaction over multiple clusters, memory is depleted in a matter of minutes.
We are using EJB's without transaction annotations (default behavior) and remoting as described in
https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance.
Heap dumps are available at http://people.cs.kuleuven.be/~bart.vanbrabant/jboss_dump/.
The IBM heap analyzer blames org/jboss/as/ejb3/remote/EJBRemoteTransactionsRepository as the root cause, taking up 95.73% of memory, through the transaction map.
If more info is required, I can provided our test application.
Thanks,
Wouter
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list