DO NOT REPLY [Bug 40202] New: - running away tmp files
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
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.