DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40202>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40202 Summary: running away tmp files Product: Slide Version: Nightly Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] see http://comments.gmane.org/gmane.comp.jakarta.slide.user/10691 On a linux box with jpackage install of tomcat 5.5.9, the /var/cache/tomcat5/temp directory (the CATALINA_HOME/temp directory) fills up with binary content_NNNN.tmp files. These are never cleaned up. /src/share/org/apache/slide/content/NodeRevisionContent.java is where the content_NNNN.tmp are created, however minor attempts to handle cleanup haven't worked out (particularly when examining retry attempts after failed transactions). This problem basically doubles the required disk space as all binary objects stored in Slide are stored twice, with one being these .tmp files that are not cleaned up. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
