[ 
http://issues.apache.org/jira/browse/LUCENE-555?page=comments#action_12376309 ] 

Doug Cutting commented on LUCENE-555:
-------------------------------------

Calling folks names probably won't help your agenda.  Running away probably 
won't help your agenda either.  What might help it it is calm, polite, 
persistent engagement.  Lucene is changed primarily by folks who use Lucene.  
Other users are telling you that they don't personally require this sort of 
recovery.  Perhaps that's even a self-defining characteristic: if they needed 
it then they wouldn't be using Lucene.

So, if you need this in Lucene, the best way to get it added is to help add it. 
 If you're not interested in helping, then this will probably have to wait 
until someone else who needs it comes along and is willing to make it happen.  
So, if you want to help, examine the file formats document and make a proposal. 
 Then, if it looks like it might work, contribute a patch that implements it.  
Perhaps you'll be able to identify some collaborators to help out.  Perhaps 
not.  That's the way Lucene changes.

> Index Corruption
> ----------------
>
>          Key: LUCENE-555
>          URL: http://issues.apache.org/jira/browse/LUCENE-555
>      Project: Lucene - Java
>         Type: Bug

>   Components: Index
>     Versions: 1.9
>  Environment: Linux FC4, Java 1.4.9
>     Reporter: dan
>     Priority: Critical

>
> Index Corruption
> >>>>>>>>> output
> java.io.FileNotFoundException: ../_aki.fnm (No such file or directory)
>         at java.io.RandomAccessFile.open(Native Method)
>         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
>         at 
> org.apache.lucene.store.FSIndexInput$Descriptor.<init>(FSDirectory.java:425)
>         at org.apache.lucene.store.FSIndexInput.<init>(FSDirectory.java:434)
>         at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:324)
>         at org.apache.lucene.index.FieldInfos.<init>(FieldInfos.java:56)
>         at 
> org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:144)
>         at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:129)
>         at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:110)
>         at 
> org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:674)
>         at 
> org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:658)
>         at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:517)
> >>>>>>>>> input
> - I open an index, I read, I write, I optimize, and eventually the above 
> happens. The index is unusable.
> - This has happened to me somewhere between 20 and 30 times now - on indexes 
> of different shapes and sizes.
> - I don't know the reason. But, the following requirement applies regardless.
> >>>>>>>>> requirement
> - Like all modern database programs, there has to be a way to repair an 
> index. Period.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to