[jboss-jira] [JBoss JIRA] (EJBTHREE-2251) ThreadlocalPool.discard() memory leak when exception thrown from bean method
Brad Maxwell (Updated) (JIRA)
jira-events at lists.jboss.org
Mon Dec 19 11:46:09 EST 2011
[ https://issues.jboss.org/browse/EJBTHREE-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brad Maxwell updated EJBTHREE-2251:
-----------------------------------
Fix Version/s: depchain-1.0.5
Affects Version/s: depchain-1.0.4
(was: bom-eap5-1.0.1)
> ThreadlocalPool.discard() memory leak when exception thrown from bean method
> ----------------------------------------------------------------------------
>
> Key: EJBTHREE-2251
> URL: https://issues.jboss.org/browse/EJBTHREE-2251
> Project: EJB 3.0
> Issue Type: Bug
> Components: core
> Affects Versions: depchain-1.0.4
> Reporter: Takayoshi Kimura
> Assignee: Brad Maxwell
> Fix For: depchain-1.0.5
>
> Attachments: EJBTHREE-2251.patch
>
>
> ThreadlocalPool internally uses an InfinitePool and the InfinitePool.discard() method doesn't remove the ctx from its LinkedList active field properly thus memory leaked when an exception is thrown from bean method.
> Need to fix InfinitePool.discard() method.
--
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