RE: removing write.lock file in solr after indexing

2012-01-31 Thread Shyam Bhaskaran
Hi Erick, I was able to resolve the issue with 'write.lock' files. Using container.remove("core1") or using container.shutdown() is helping to remove the 'write.lock' files. -Shyam

RE: removing write.lock file in solr after indexing

2012-01-31 Thread Shyam Bhaskaran
ry. -Shyam -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, January 31, 2012 7:30 PM To: solr-user@lucene.apache.org Subject: Re: removing write.lock file in solr after indexing Oops, fat fingers... Anyway, this is surprising. Can you provide mo

Re: removing write.lock file in solr after indexing

2012-01-31 Thread Erick Erickson
Oops, fat fingers... Anyway, this is surprising. Can you provide more details on how you do your indexing? Best Erick On Tue, Jan 31, 2012 at 8:59 AM, Erick Erickson wrote: > On Mon, Jan 30, 2012 at 2:42 AM, Shyam Bhaskaran > wrote: >> Hi, >> >> We are using Solr 4.0 and after indexing every ti

Re: removing write.lock file in solr after indexing

2012-01-31 Thread Erick Erickson
On Mon, Jan 30, 2012 at 2:42 AM, Shyam Bhaskaran wrote: > Hi, > > We are using Solr 4.0 and after indexing every time it is observed that the > write.lock remains without getting cleared and for the next indexing we have > to delete the file to get the indexing process running. > > We use SolrSe

removing write.lock file in solr after indexing

2012-01-29 Thread Shyam Bhaskaran
Hi, We are using Solr 4.0 and after indexing every time it is observed that the write.lock remains without getting cleared and for the next indexing we have to delete the file to get the indexing process running. We use SolrServer for our indexing and I do not see any methods to close or clea