Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 23492 invoked from network); 17 Oct 2010 19:51:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Oct 2010 19:51:02 -0000 Received: (qmail 42241 invoked by uid 500); 17 Oct 2010 19:51:02 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 42199 invoked by uid 500); 17 Oct 2010 19:51:01 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 42191 invoked by uid 99); 17 Oct 2010 19:51:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 19:51:01 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 19:51:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9HJoewh020576 for ; Sun, 17 Oct 2010 19:50:41 GMT Message-ID: <31436547.58971287345040401.JavaMail.jira@thor> Date: Sun, 17 Oct 2010 15:50:40 -0400 (EDT) From: "Swen Moczarski (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2982) Sticky KahaDB log files due to local transaction rollback In-Reply-To: <16915596.58961287343600357.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swen Moczarski updated AMQ-2982: -------------------------------- Attachment: AMQ2982Fix.patch AMQ2982Test.patch Test case and fix are attached. I would be glad if someone could review if the patch makes sense. > Sticky KahaDB log files due to local transaction rollback > --------------------------------------------------------- > > Key: AMQ-2982 > URL: https://issues.apache.org/activemq/browse/AMQ-2982 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.4.1 > Environment: Ubuntu 10.04, Java 1.6 > Mac OS X 10.5, Java 1.6.0_20 > Reporter: Swen Moczarski > Attachments: AMQ2982Fix.patch, AMQ2982Test.patch > > > On a rollback of a local transaction the transaction won't be removed from the inflight transaction list of the KahaDB MessageDatabase. This leads to KahaDB log files which won't be deleted even if there are no messages which are referred by the log file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.