From dev-return-24436-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Jan 12 15:29:13 2011 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 67308 invoked from network); 12 Jan 2011 15:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 15:29:13 -0000 Received: (qmail 27181 invoked by uid 500); 12 Jan 2011 15:29:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 26827 invoked by uid 500); 12 Jan 2011 15:29:10 -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 26692 invoked by uid 99); 12 Jan 2011 15:29:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 15:29:09 +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; Wed, 12 Jan 2011 15:29:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0CFSm72000844 for ; Wed, 12 Jan 2011 15:28:48 GMT Message-ID: <15405241.314541294846128042.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 10:28:48 -0500 (EST) From: "Adrian Lisenberg (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2736) KahaDB doesn't clean up old files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980750#action_12980750 ] Adrian Lisenberg commented on AMQ-2736: --------------------------------------- Hi, is this bug fixed on version 5.4.2? or I need to apply the patch too? thanks! > KahaDB doesn't clean up old files > --------------------------------- > > Key: AMQ-2736 > URL: https://issues.apache.org/jira/browse/AMQ-2736 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.2 > Reporter: Adrian Trenaman > Assignee: Dejan Bosanac > Priority: Critical > Fix For: 5.5.0 > > Attachments: AMQ-2736.zip, amq-2987-testcase.patch, amq-2987.patch, AMQ2736Test_should_with_this_diff.txt, MyKahaDBStore.java > > > Over time, we're seeing that kahadb doesn't clean up old journal files. As a result, we eventually run out of disk space, or rather, we hit our usage limits and our producers are slowed down by the producer flow control mechanism. Others have experienced this problem too (for example, see http://mail-archives.apache.org/mod_mbox/activemq-users/201002.mbox/%3C27502591.post@talk.nabble.com%3E) > For now, we're moving back to the old amqPersistenceStore. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.