Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 78565 invoked from network); 26 Jul 2009 10:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 10:53:51 -0000 Received: (qmail 88802 invoked by uid 500); 26 Jul 2009 10:54:56 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 88741 invoked by uid 500); 26 Jul 2009 10:54:56 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 88731 invoked by uid 500); 26 Jul 2009 10:54:56 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 88728 invoked by uid 99); 26 Jul 2009 10:54:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 10:54:55 +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; Sun, 26 Jul 2009 10:54:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CD0AD234C052 for ; Sun, 26 Jul 2009 03:54:33 -0700 (PDT) Message-ID: <596183862.1248605673839.JavaMail.jira@brutus> Date: Sun, 26 Jul 2009 03:54:33 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Assigned: (CAMEL-1849) CachedOutputStream not cleaning up tmp files when using file based caching In-Reply-To: <177686431.1248373713788.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1849: ---------------------------------- Assignee: Claus Ibsen (was: Hadrian Zbarcea) > CachedOutputStream not cleaning up tmp files when using file based caching > -------------------------------------------------------------------------- > > Key: CAMEL-1849 > URL: https://issues.apache.org/activemq/browse/CAMEL-1849 > Project: Apache Camel > Issue Type: Bug > Components: camel-core, camel-http > Affects Versions: 1.6.1 > Environment: Camel 1.x branch. 2.0 branch also appears to have the same problem > Reporter: Dave Stanley > Assignee: Claus Ibsen > Fix For: 1.6.2 > > Attachments: camel_1.x_patch.txt > > > A recent feature of Camel's CachedOutputStream is to serialize any messages over 64k to disk. In some cases the *tmp message files are not being cleaned up. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.