RE: FSDirectory Synchronization Issues

2010-04-27 Thread Giovanni Fernandez-Kincade
o:luc...@mikemccandless.com] Sent: Tuesday, April 27, 2010 2:42 PM To: solr-user@lucene.apache.org Subject: Re: FSDirectory Synchronization Issues I don't think that'll work anymore (it used to with old versions of Lucene). Hmm but which underlying Lucene version are you using? I don't otherwise k

Re: FSDirectory Synchronization Issues

2010-04-27 Thread Michael McCandless
ory > > > -Original Message- > From: Michael McCandless [mailto:luc...@mikemccandless.com] > Sent: Tuesday, April 27, 2010 2:28 PM > To: solr-user@lucene.apache.org > Subject: Re: FSDirectory Synchronization Issues > > Try MMapDirectory? > > Mike > &

RE: FSDirectory Synchronization Issues

2010-04-27 Thread Giovanni Fernandez-Kincade
ctory.class=org.apache.lucene.store.MMapDirectory -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Tuesday, April 27, 2010 2:28 PM To: solr-user@lucene.apache.org Subject: Re: FSDirectory Synchronization Issues Try MMapDirectory? Mike On Tue, Apr 27, 2010 at 2:09 PM, Giovann

Re: FSDirectory Synchronization Issues

2010-04-27 Thread Michael McCandless
Try MMapDirectory? Mike On Tue, Apr 27, 2010 at 2:09 PM, Giovanni Fernandez-Kincade wrote: > Hello, > I'm encountering a lot of contention around > SimpleFSDirectory$SimpleFSIndexInput.readInternal, pretty much identical to > what this user described back in 2008: > http://www.mail-archive.com

FSDirectory Synchronization Issues

2010-04-27 Thread Giovanni Fernandez-Kincade
Hello, I'm encountering a lot of contention around SimpleFSDirectory$SimpleFSIndexInput.readInternal, pretty much identical to what this user described back in 2008: http://www.mail-archive.com/solr-user@lucene.apache.org/msg15516.html I also found this JIRA issue, where it appears that the conc