Hi all,

it seems that we get errors during the auto-commit :


java.io.FileNotFoundException: /opt/solr/upload/nl/archive/data/index/_4x.fnm 
(No such file or directory)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
        at 
org.apache.lucene.store.FSDirectory$FSIndexInput$Descriptor.<init>(FSDirectory.java:501)
        at 
org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:526)

the _4x.fnm file is not on the file system. When we switch from autocommit to 
manual commits throughout xml messages we get the same kind of errors.
Any idea what could be wrong in our configuration to cause these exceptions ?

Greetings,
Tim
________________________________________
Van: Tim Mahy [EMAIL PROTECTED]
Verzonden: maandag 28 april 2008 12:11
Aan: solr-user@lucene.apache.org
Onderwerp: RE: Delete's increase while adding new documents

Hi all,

thank you for your reply. The id's that we send are unique, so we still have no 
clue what is happening :)

greetings,
Tim

-----Oorspronkelijk bericht-----
Van: Mike Klaas [mailto:[EMAIL PROTECTED]
Verzonden: za 26-4-2008 1:52
Aan: solr-user@lucene.apache.org
Onderwerp: Re: Delete's increase while adding new documents

On 25-Apr-08, at 4:27 AM, Tim Mahy wrote:
>
> Hi all,
>
> we send xml add document messages to Solr and we notice something
> very strange.
> We autocommit at 100000 documents, starting from a total clean index
> (removed the data folder), when we start uploading we notice that
> the docsPending is going up but also that the deletesPending is
> going up very fast. After reaching the first 100000 we queried to
> solr to return everything and the total results count was not 100000
> but somewhere around 77000 which is exactly 100000 - docsDeleted
> from the stats page.
>
> We used that Solr instance before, so my question is : is it
> possible that Solr remembers the unique identities somewhere else as
> in the data folder ? Btw we stopped Solr, removed the data folder
> and restarted Solr and than this behavior began...

Are you sure that all the documents you added were unique?

(btw, deletePending doesn't necessarily mean that an old version of
the doc was in the index, I think).

-Mike



Op dit e-mail bericht is de disclaimer van Info Support van toepassing, zie 
http://www.infosupport.nl/disclaimer

[cid:60561037AEC348669B4CF2083E6168F4]

Reply via email to