Norconex / committer-core

Norconex Committer is a java library and command line application used to route content to local or remote target repositories, such as a search engine index.
http://www.norconex.com/collectors/committer-core
Apache License 2.0
4 stars 10 forks source link

Committer never cleans up created folders in comitter-queue #1

Closed Nycander closed 10 years ago

Nycander commented 10 years ago

After running continuously for quite some time on Windows, the committer will have created a lot of folders (more than 500 000 in my case).

This is extremely performance degrading on Windows.

Current workaround is to run a small cleanup script after running Norconex.

Environment is a virtual server running windows, comitting to Solr

essiembre commented 10 years ago

Which version are you using? The latest committer (core) library (shipped with latest HTTP Collector version) addresses this problem.

Nycander commented 10 years ago

I'm using 1.2.0, so I'll attempt an upgrade and see if that fixes it :)

Nycander commented 10 years ago

That fixed it, thanks for the help! :)