[jboss-jira] [JBoss JIRA] Resolved: (JBTM-213) Threads in endless loop in TransactionReaper.
Jonathan Halliday (JIRA)
jira-events at lists.jboss.org
Thu May 3 06:08:30 EDT 2007
[ http://jira.jboss.com/jira/browse/JBTM-213?page=all ]
Jonathan Halliday resolved JBTM-213.
------------------------------------
Resolution: Done
Fixed in 4.2.3.SP2 and trunk.
> Threads in endless loop in TransactionReaper.
> ---------------------------------------------
>
> Key: JBTM-213
> URL: http://jira.jboss.com/jira/browse/JBTM-213
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JTA Implementation
> Affects Versions: 4.2.3.SP1
> Reporter: Phillip Thurmond
> Assigned To: Jonathan Halliday
> Fix For: 4.2.3.SP2
>
>
> After generating a load against JBossAS 4.2 beta1, the cpu is pegged at 100% even after the load has stopped. A thread dump reveals several threads at TransactionReaper.insert(). These threads are all doing a WeakHashMap.get(). Looking at TransactionReaper, I believe this is caused by unsynchronized access to the _timeouts WeakHahsMap. This is line 324 in TransactionReaper.java.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list