Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-390 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-390 Summary: Transaction timeout can leak memory Type: Bug Status: Open Priority: Major Project: Apache Geronimo Assignee: David Jencks Reporter: Jeremy Boynes Created: Sat, 23 Oct 2004 3:46 PM Updated: Sat, 23 Oct 2004 3:46 PM Description: When a tx is created a new timer task is created so that it can be cancelled; this task is never cancelled so it remains referenced until it is fired. Under high load, a lot of pending tasks can build up leading to an OutOfMemoryError. Solution is to cancel the timer on tx commit/rollback --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
