Git Product home page Git Product logo

alfresco-deleted-content-store-cleaner's People

Contributors

angelborroy-ks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfresco-deleted-content-store-cleaner's Issues

feedCleanerTrigger overridden

In the "bootstrap-context.xml" file "feedCleanerTrigger" bean is overridden. I propose to change the bean's name to "deletedContentStoreCleanerTrigger".

doc enhancement for README.md

Not an issue with your module at all but I've seen today a production system having set eagerOrphanCleanup=true as you commented in your README.md, please add comment:

Caution: setting eagerOrphanCleanup=true will delete the content file immediately when the trash is beeing emptied or when a node is beeing removed having the aspect sys:temporary set. orphanProtectDays will no longer apply and you could not recover files in that timeframe! In a production system a content file should be kept at least one day on the storage (given you use a file system store) to catch them in the backup.

To avoid to first copy all content nodes first to contentstore.deleted and then delete them which may cause a lot unwanted IO it may be easier to configure

 dir.contentstore.deleted=/dev/null

This will still cause a lot of read IO but avoids at least the IO for write and remove.

Better option would be of cource Alfresco implements an option to not copy the files to contentstore.deleted but remove them during cleanup run.

jar does not run

Angel

I copied the jar to the $ ALFRESCO_HOME / modules / platform directory and changed the alfresco-global.properties, but the jar did not run and the recycle bin was not deleted. The Alfresco 5.2 server is in Gentoo Linux. Can you run the jar manually to check for possible errors?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.