Bill Graham wrote:

Then it seemed to run well for about an hour and I saw this:

Oct 28, 2008 10:38:51 PM org.apache.solr.update.DirectUpdateHandler2 commit
INFO: start commit(optimize=false,waitFlush=true,waitSearcher=true)
Oct 28, 2008 10:38:51 PM org.apache.solr.common.SolrException log
SEVERE: java.lang.RuntimeException: after flush: fdx size mismatch: 1156 docs vs 0 length in bytes of _2rv.fdx at org .apache .lucene .index.StoredFieldsWriter.closeDocStore(StoredFieldsWriter.java:94) at org .apache .lucene.index.DocFieldConsumers.closeDocStore(DocFieldConsumers.java: 83) at org .apache .lucene.index.DocFieldProcessor.closeDocStore(DocFieldProcessor.java: 47) at org .apache .lucene.index.DocumentsWriter.closeDocStore(DocumentsWriter.java:367) at org.apache.lucene.index.IndexWriter.flushDocStores(IndexWriter.java: 1774)

This particular exception is very spooky -- it really looks like something is removing the index files (such as accidentally opening a 2nd writer on the index).

Mike

Reply via email to