However, since I'm searching and indexing the files from the same process and 
same system should they need to be unique? Should I append something like 
<hostname>_search, <hostname>_index, <hostname>_delete?

-Rajiv

-----Original Message-----
From: Gupta, Rajiv [mailto:[email protected]] 
Sent: Wednesday, December 07, 2016 9:51 PM
To: [email protected]
Subject: RE: [lucy-user] LUCY_Folder_Open_Out_IMP at core/Lucy/Store/Folder.c 
line 119

I just now did that. 

For my doc regular update, search and delete I'm using LightMergemanager with 
my host name. For adding end file marker I'm using regular manager with my host 
name added to conclude. I have also put retries around almost all commits where 
I was getting errors. Small runs were fine (there were any way fine) I have 5 
large runs. 

I will update the results here. 

Thanks,
Rajiv Gupta

-----Original Message-----
From: Nick Wellnhofer [mailto:[email protected]] 
Sent: Wednesday, December 07, 2016 9:38 PM
To: [email protected]
Subject: Re: [lucy-user] LUCY_Folder_Open_Out_IMP at core/Lucy/Store/Folder.c 
line 119

On 07/12/2016 13:23, Gupta, Rajiv wrote:
> * Indexer and log files are on NFS mount.

Have you read and understood Lucy::Docs::FileLocking? With NFS, you have to 
pass an IndexManager object to every indexer and searcher.

     http://lucy.apache.org/docs/perl/Lucy/Docs/FileLocking.html

The fact that the index is on NFS probably also explains the performance 
problems you reported earlier.

Nick

Reply via email to