Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1560 invoked from network); 13 Mar 2006 20:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Mar 2006 20:36:09 -0000 Received: (qmail 82194 invoked by uid 500); 13 Mar 2006 20:36:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 82053 invoked by uid 500); 13 Mar 2006 20:36:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 81996 invoked by uid 99); 13 Mar 2006 20:36:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 12:36:04 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 12:36:02 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9EE716ACA9 for ; Mon, 13 Mar 2006 20:35:41 +0000 (GMT) Message-ID: <425369082.1142282141648.JavaMail.jira@ajax> Date: Mon, 13 Mar 2006 20:35:41 +0000 (GMT) From: "Deepa Remesh (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1103) Change the client driver to allow statements to be garbage-collected once they are not referenced in an application In-Reply-To: <24868861.1142281763611.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1103?page=all ] Deepa Remesh resolved DERBY-1103: --------------------------------- Resolution: Fixed Resolved by svn revisions - 376874, 376904, 380892, 384331 Also needs the patch for DERBY-1002 which has been committed as svn revision# 381937 > Change the client driver to allow statements to be garbage-collected once they are not referenced in an application > ------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1103 > URL: http://issues.apache.org/jira/browse/DERBY-1103 > Project: Derby > Type: Sub-task > Components: Network Client > Reporter: Deepa Remesh > Assignee: Deepa Remesh > Fix For: 10.2.0.0 > > This is a sub-task of DERBY-210 which covers the following; > 1. Eliminates the references to statement classes in the client driver. This allows the statement objects to be garbage-collected once they are not referenced in the application. > 2. Clean up the finalizer in the statement classes to avoid synchronized operations. > 3. Add the test in the repro derbyStress.java to regression test. > This sub-task solves the memory leak mentioned in the repro "derbyStress.java". -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira