On Wed, Dec 5, 2012 at 1:14 PM, Dyer, James <[email protected]>wrote:

> Robert,****
>
> ** **
>
> Thank you for taking time on this!!****
>
> ** **
>
> The test first does a full import with 20 documents.  Then it randomly
> chooses to add,modify and/or delete documents from the rdbms then does a
> delta import.  It then checks that the index now has the correct # of
> documents and that they match the actual changes to the rdbms.  The
> failures are always on the delta imports.  The failure on this seed is
> that it is does a query and expects 22 results but it only gets 20 back.
> ****
>
> ** **
>
> When the full import ends, it writes the last index timestamp in a file
> called "dataimport.properties".
>

ok next theory: where does this dataimport.properties actually go?
is it possible multiple jvms could have a race on this same file?

I vaguely feel like in the past maybe this file dangerously sat in the solr
configuration directory, but on the other hand I thought we had some more
SecurityManager protection these days and/or the situation was improved.

Reply via email to