Re: solr multicore and nfs

2010-02-08 Thread Lance Norskog
Solr generally does not work well over NFS. This looks like a transient NFS error; apps have to assume that NFS will randomly fail and that they have to try again. This may be due to a locking problem. There is a LockFactory class in Lucene that controls how indexes are shared between programs. So

solr multicore and nfs

2010-02-04 Thread Valérie TAESCH
Hello, We are using Solr(v 1.3.0 694707 with Lucene version 2.4-dev 691741) in multicore mode with an average of 400 indexes (all indexes have the same structure). These indexes are stored on a nfs disk. A java process writes continuously in these indexes while solr is only used to read th