Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 17829 invoked from network); 14 Jan 2011 19:31:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2011 19:31:11 -0000 Received: (qmail 96620 invoked by uid 500); 14 Jan 2011 19:31:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 96430 invoked by uid 500); 14 Jan 2011 19:31: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 96422 invoked by uid 99); 14 Jan 2011 19:31:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jan 2011 19:31:10 +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; Fri, 14 Jan 2011 19:31:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0EJUl0T019226 for ; Fri, 14 Jan 2011 19:30:47 GMT Message-ID: <13019848.373861295033447046.JavaMail.jira@thor> Date: Fri, 14 Jan 2011 14:30:47 -0500 (EST) From: "Matthew Von-Maszewski (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981888#action_12981888 ] Matthew Von-Maszewski commented on AMQ-2736: -------------------------------------------- No. Not fixed in 5.4.2 ... just found that out today. The hard way. > 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.