[jira] Commented: (LUCENE-1328) FileNotFoundException in

2008-07-14 Thread Yajun Liu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613436#action_12613436 ] Yajun Liu commented on LUCENE-1328: --- Ok, after adding lots of logging, I finally f

Re: [jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun
I'm adding tons of logging, hopefully it will give me some information. --Yajun Michael McCandless-2 wrote: > > > Ahh right your validation would catch the IndexWriter-still-open case. > > It seems like something external to Lucene is messing up your index. &

Re: [jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun
Mike, Not very sure about whether IndexWriter is closed. The index update goes through Solr, I'll debug it tonight. Even if IndexWriter is not closed, since I "validate" the snapshot, at least that the snapshot should keep being "validated". :-) --Yajun M

Re: [jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun
l the "invalidated" indexes. Now I'll keep them, hopefully it will give me some clue. --Yajun Michael McCandless-2 wrote: > > > IndexReader only does deletes if you use the deleteDocument or setNorm > methods. Are you using these? If not, then I think there must be

Re: [jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun
My answer is inline. Michael McCandless-2 wrote: > > Yajun Liu (JIRA) <[EMAIL PROTECTED]> wrote: > > Can you double check which underlying version of Lucene you are > using? Those source file/line numbers don't line up to a stock 2.1 > release as far as I c

Re: [jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun
My bad, we don't use /tmp explicitly. We use /var/tmp/snapshot_timestamp which is not deleted by OS when reboot. --Yajun Robert Engels wrote: > > If your "automatic recycle" means a restart/reboot, the /tmp > directory is probably being cleared by the OS and you

[jira] Created: (LUCENE-1328) FileNotFoundException in

2008-07-07 Thread Yajun Liu (JIRA)
: OS: Linux version 2.6.9-67.0.1.ELsmp ([EMAIL PROTECTED]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Nov 30 11:57:43 EST 2007 We use solr 1.2 and the lucene is 2.1.( I don't think this problem has anything to do with solr.) Reporter: Yajun Liu I had this problem