Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73655 invoked from network); 24 Oct 2004 05:39:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Oct 2004 05:39:31 -0000 Received: (qmail 4557 invoked by uid 500); 24 Oct 2004 05:39:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4508 invoked by uid 500); 24 Oct 2004 05:39:24 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 4495 invoked by uid 99); 24 Oct 2004 05:39:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 23 Oct 2004 22:39:23 -0700 Received: (qmail 15163 invoked from network); 24 Oct 2004 05:41:26 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 24 Oct 2004 05:41:26 -0000 Message-ID: <771460914.1098596486758.JavaMail.apache@nagoya> Date: Sat, 23 Oct 2004 22:41:26 -0700 (PDT) From: dev@geronimo.apache.org To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-390) Transaction timeout can leak memory In-Reply-To: <308567123.1098571646200.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: The following issue has been closed. Resolver: David Jencks Date: Sat, 23 Oct 2004 10:40 PM I've modified the timeout implementation so transaction completion cancels the timertask. I wasn't experiencing the unit test failure that demonstrated this problem, so I don't know for sure it is fixed. --------------------------------------------------------------------- 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: Closed Priority: Major Resolution: FIXED Project: Apache Geronimo Fix Fors: 1.0-M3 Assignee: David Jencks Reporter: Jeremy Boynes Created: Sat, 23 Oct 2004 3:46 PM Updated: Sat, 23 Oct 2004 10:40 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