Hello everyone,

In our development efforts, we came into the necessity of sharing Solr indexes with some initial documents to be deployed alongside our application. For that, I just started copying the collection directory with its conf and data subdirs.

That worked for some time, but it now I am getting some random errors. One of them says: "SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!"

and the other:
"Error creating core [users]: Error opening new searcher"

Errors show up when starting up Solr. And after multiples restarts, eventually the cores start.

So, is there any guidelines for sharing existing indexes?

Thank you.
Henrique.

Reply via email to