Re: FileNotFoundException: occurs during the optimization of index

2006-07-18 Thread Michael McCandless
Can anybody suggest how to avoid this problem and concurrently access in the index accroos the network at the same time maintaining the index. Unfortunately, there are known issues with locking and NFS. The lock files (and underlying locking protocol) do not work reliably when used over NFS

Re: FileNotFoundException: occurs during the optimization of index

2006-07-14 Thread Kapil Chhabra
You may try to update a copy of the index and then either replace the live index with the updated one or instruct other instances to update the index path. You may try this scenario if your index size is manageable. Hope this helps. Regards, kapilChhabra Supriya Kumar Shyamal wrote: I have comm

FileNotFoundException: occurs during the optimization of index

2006-07-14 Thread Supriya Kumar Shyamal
I have common index which is shared by 6 application server through nfs. I use only one instance to maintain the index. other instances shares the index with readpnly nfs share so that I make sure the search instances does not corrupt the index. I do the index optimization everyday at 6:00 at t