Re: LockObtainFailedException exception

2009-03-29 Thread Michael McCandless
Mon, 2/3/09, Michael McCandless wrote: > > From: Michael McCandless > Subject: Re: LockObtainFailedException exception > To: [email protected] > Date: Monday, 2 March, 2009, 10:24 PM > > > Is it possible you accidentally allow two writers to try to open the index? &g

Re: LockObtainFailedException exception

2009-03-29 Thread Ketan Deshpande
to merge a large number of indexes. Anyway, we have now done the needful and the problem hasnt recurred again!   Cheers, Ketan --- On Mon, 2/3/09, Michael McCandless wrote: From: Michael McCandless Subject: Re: LockObtainFailedException exception To: [email protected] Date: Monday

Re: LockObtainFailedException exception

2009-03-02 Thread Michael McCandless
Is it possible you accidentally allow two writers to try to open the index? That would explain this failure; the 2nd writer would fail to acquire the lock, because the first writer has the index open. Or, is it possible you're not closing a previously opened writer? Mike Ketan Deshpande