Re: LockObtainFailedException

2009-11-02 Thread Michael McCandless
t; > Thanks > > - Chris > > - Original Message - > From: Anshum > Sent: Mon, 11/2/2009 10:08am > To: java-user@lucene.apache.org > Subject: Re: LockObtainFailedException > > Hi Chris, > > Isn't there a reply @ the older thread? > In case there is

Re: LockObtainFailedException

2009-11-02 Thread Anshum
-- > From: Anshum > Sent: Mon, 11/2/2009 10:08am > To: java-user@lucene.apache.org > Subject: Re: LockObtainFailedException > > Hi Chris, > > Isn't there a reply @ the older thread? > In case there isn't, this is generally observed when an indexwriter is not >

RE: LockObtainFailedException

2009-11-02 Thread Chris Bamford
apache.org Subject: Re: LockObtainFailedException Hi Chris, Isn't there a reply @ the older thread? In case there isn't, this is generally observed when an indexwriter is not closed properly i.e. just not closed. The lock is created on opening the indexwriter to maintain the sanity of

Re: LockObtainFailedException

2009-11-02 Thread Anshum
Hi Chris, Isn't there a reply @ the older thread? In case there isn't, this is generally observed when an indexwriter is not closed properly i.e. just not closed. The lock is created on opening the indexwriter to maintain the sanity of the index. This lock gets removed on closing writer.close(). I