From dev-return-5771-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Thu Apr 16 18:21:37 2009 Return-Path: Delivered-To: apmail-ode-dev-archive@www.apache.org Received: (qmail 45782 invoked from network); 16 Apr 2009 18:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2009 18:21:37 -0000 Received: (qmail 15813 invoked by uid 500); 16 Apr 2009 18:21:36 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 15775 invoked by uid 500); 16 Apr 2009 18:21:36 -0000 Mailing-List: contact dev-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list dev@ode.apache.org Received: (qmail 15765 invoked by uid 99); 16 Apr 2009 18:21:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 18:21:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 18:21:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A309D234C04B for ; Thu, 16 Apr 2009 11:21:15 -0700 (PDT) Message-ID: <555561666.1239906075666.JavaMail.jira@brutus> Date: Thu, 16 Apr 2009 11:21:15 -0700 (PDT) From: "Ciaran Jessup (JIRA)" To: dev@ode.apache.org Subject: [jira] Commented: (ODE-576) ProcessDaoImpl objects get leaked when using in-memory-processes In-Reply-To: <389753036.1239290594198.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ODE-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699792#action_12699792 ] Ciaran Jessup commented on ODE-576: ----------------------------------- Thanks Karthick, I appreciate your quick turnaround on this one :) Unfortunately I won't be able to test it for another 12 hours (stupid timezones!), but I'll feedback asap :) > ProcessDaoImpl objects get leaked when using in-memory-processes > ---------------------------------------------------------------- > > Key: ODE-576 > URL: https://issues.apache.org/jira/browse/ODE-576 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Environment: n/a > Reporter: Ciaran Jessup > Attachments: InMemoryProcessesLeakMemory.patch, process-dao-cleanup.patch > > > It seems that when I deploy and un-deploy in-memory processes ProcessDaoImpl objects stored in the __StateStore field of the BpelDAOConnectionFactoryImpl object are being left around. > Over the course of several tens/hundreds of deployments the memory contained in these objects mounts up substantially :( -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.