Community
Participate
Working Groups
Build Identifier: M20100909-0800 I crawl a folder several times. If a file was deleted between two crawl jobs an RecordStorageException occurs (see attachment). Reproducible: Always Steps to Reproduce: 1. Crawl a folder. 2. Delete a file in this folder. 3. Crawl the folder again.
Created attachment 190641 [details] log file with stacktrace
Created attachment 190642 [details] possible solution patch After research I think the problem comes with revision 604. A record is created in deleteDelta method via RecordFactory.DEFAULT_INSTANCE but no Id is set.
Daniel, could you please take a quick look at this? Regards Igor
Hi Peter, thanks for providing this patch. I just tested it and it fixes the problem. I checked in your patch as revision #966
Closing this