index corruption with Lucene 2.9.4

2015-01-15 Thread Ian Koelliker
Hello, We are seeing some weird instances of index corruption periodically when using Lucene 2.9.4. There are two specific cases we are seeing. 1) We are using the compound format and have noticed that sometimes we get errors when searching noting that files are missing (i.e. .fnm, .fdt, e

Re: index corruption with Lucene 2.9.4

2015-01-15 Thread Michael McCandless
Is your index on a remote file system? You could be hitting https://issues.apache.org/jira/browse/LUCENE-5541 Best to upgrade Lucene (we stopped relying on File.exists a while back). Mike McCandless http://blog.mikemccandless.com On Thu, Jan 15, 2015 at 12:10 PM, Ian Koelliker wrote: > Hello

RE: index corruption with Lucene 2.9.4

2015-01-15 Thread Ian Koelliker
. -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Thursday, January 15, 2015 12:51 PM To: Lucene Users Subject: Re: index corruption with Lucene 2.9.4 Is your index on a remote file system? You could be hitting https://issues.apache.org/jira/browse/LUCENE-5541