One small correction below:

Yonik Seeley wrote:

- I've seen OOM exceptions during warming. I've changed maxWarmingSearchers=1, which I suspect will do he trick

OOM errors are really tricky - if they happen in the wrong place, it's
hard to recover gracefully from. Correctly cleaning up after an OOM
error in the IndexWriter recently had some little fixes in lucene
trunk - you might want to try the latest dev version of Lucene and see
if it helps.

This change (to not commit index changes after IndexWriter hits OOME) went in Feb 2008. Solr 1.3 should already have it.

(I'm working now on adding javadocs to IW explaining this).

Mike

Reply via email to