add a mechanism for performing datastore garbage collection -----------------------------------------------------------
Key: JCR-2349 URL: https://issues.apache.org/jira/browse/JCR-2349 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-webapp Affects Versions: 1.5.7 Environment: jetty 6.1.14, linux Reporter: Greg Schueler There is no built in mechanism for performing garbage collection when using the DataStore. When using the webapp as a standalone WebDAV service with FileDataStore, this means that no deleted content is ever cleared from disk. currently the only way to do garbage collection is with additional java code: http://wiki.apache.org/jackrabbit/DataStore provide a configuration for some periodic automatic garbage collection, or a way of invoking it on demand. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.