[jboss-jira] [JBoss JIRA] (JBJCA-1138) TransactionSynchronizer leaks memory and causes deadlocks in jacorb
Jesper Pedersen (JIRA)
issues at jboss.org
Mon Mar 3 09:28:49 EST 2014
[ https://issues.jboss.org/browse/JBJCA-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen updated JBJCA-1138:
-----------------------------------
Fix Version/s: (was: 1.0.24.Final)
Priority: Major (was: Blocker)
> TransactionSynchronizer leaks memory and causes deadlocks in jacorb
> -------------------------------------------------------------------
>
> Key: JBJCA-1138
> URL: https://issues.jboss.org/browse/JBJCA-1138
> Project: IronJacamar
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.23.Final
> Reporter: Andrey Smirnov
> Assignee: Jesper Pedersen
>
> Seems like TransactionSynchronizer has been rolled back to state it was in August. I think this was caused by little typo in commit 469b4c303dd0d5c39f3476a5972556d8b9537b44
> 296: Record record = records.get(tx);
> But 'records' map uses TransactionKey as key and above line should be written as
> 296:TransactionKey key = new TransactionKey(tx);
> 297: Record record = records.get(key);
> I've checked 1.0.22 containing applied fix and mem-leaks and deadlocks are all gone
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list