Re: FileNotFoundException, Error closing IndexWriter, Error opening new searcher

2014-10-01 Thread Grainne
Did you solve this problem? I am experiencing (Solr 4.4.0 not clustered) the same behavior when the files are mounted via sshfs (a requirement) but not when they are mounted via nfs. I'm hoping you solved your problem and might have advice on how I can solve mine. Thanks, Grainne -- View th

Re: FileNotFoundException

2013-10-04 Thread tamanjit.bin...@yahoo.co.in
I did see that. The file its looking for doesn't exist post slaves have been updated. I suspect there was segment info file of that name before the syncing happened and once the file was removed the searcher still looks for the file. Strange behavior, don't know why should this happen. -- View t

Re: FileNotFoundException

2013-10-04 Thread Furkan KAMACI
Did you check here at logs: *Caused by: java.io.FileNotFoundException: /opt/solr/myCore/data/index/_2he9.si (No such file or directory)* 2013/10/4 tamanjit.bin...@yahoo.co.in > Hi, > We migrated to Solr 4.3 from 3.5 yesterday. We use multicore Master Slave > architecture and use external scrip

Re: FileNotFoundException during commit. concurrences process?!

2012-06-28 Thread Karthik Muthuswami
On Jun 26, 2012, at 7:35 AM, stockii wrote: > Hello again. > > this is my Exception. > with SolrVersion: 4.0.0.2012.04.26.09.00.41 > > SEVERE: Exception while solr commit. > java.io.FileNotFoundException: _8l.cfs > at org.apache.lucene.store.FSDirectory.fileLength(FSDirectory.java:266) >

Re: FileNotFoundException during commit. concurrences process?!

2012-06-26 Thread stockii
In my older version of solr this was possible, but it seems not possible in this new =( -- View this message in context: http://lucene.472066.n3.nabble.com/FileNotFoundException-during-commit-concurrences-process-tp3991384p3991388.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: FileNotFoundException in Java replication handler backups

2009-09-29 Thread Shalin Shekhar Mangar
On Tue, Sep 29, 2009 at 3:19 AM, Mark Miller wrote: > Looks like a bug to me. I don't see the commit point being reserved in > the backup code - which means its likely be removed before its done > being copied. Gotto reserve it using the delete policy to keep around > for the full backup duration

Re: FileNotFoundException in Java replication handler backups

2009-09-28 Thread Mark Miller
Mark Miller wrote: > Looks like a bug to me. I don't see the commit point being reserved in > the backup code - which means its likely be removed before its done > being copied. Gotto reserve it using the delete policy to keep around > for the full backup duration. I'd file a JIRA issue. > > > Y

Re: FileNotFoundException in Java replication handler backups

2009-09-28 Thread Mark Miller
Looks like a bug to me. I don't see the commit point being reserved in the backup code - which means its likely be removed before its done being copied. Gotto reserve it using the delete policy to keep around for the full backup duration. I'd file a JIRA issue. -- - Mark http://www.lucidimagina

Re: FileNotFoundException on slave after replication - script bug?

2008-10-29 Thread Chris Hostetter
I think you may be right i've opened SOLR-830 : We may have identified the root cause but wanted to run it by the community. : We figure there is a bug in the snappuller shell script, line 181: -Hoss