[jboss-jira] [JBoss JIRA] (JBRULES-3303) Memory leak in RuleBaseEventSupport.listeners when loading StatefulKnowledgeSession - Test Attached
Greg Chrystall (Created) (JIRA)
jira-events at lists.jboss.org
Thu Dec 1 06:03:40 EST 2011
Memory leak in RuleBaseEventSupport.listeners when loading StatefulKnowledgeSession - Test Attached
---------------------------------------------------------------------------------------------------
Key: JBRULES-3303
URL: https://issues.jboss.org/browse/JBRULES-3303
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core (flow)
Affects Versions: 5.3.0.Final
Environment: Linux, Java 1.6.0_24
Reporter: Greg Chrystall
Assignee: Mark Proctor
Attachments: mem-leak-test.tar.gz
When loading a Drools Flow StatefulKnowledgeSession with JPAKnowledgeService.loadStatefulKnowledgeSession, AbstractEventSupport.listeners has 2 listeners added to it. When the StatefulKnowledgeSession is disposed() only 1 of the listeners is removed. In the attached test this causes 100 ReteooStatefulSession objects to stay alive.
--
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