Multiple Solr replicaton threads

2011-09-04 Thread bramsreddy
Hi, I have one master-slave setup.slave pulls index from master after every x seconds.The problem is for one single replication slot two threads are getting created and trying to work parallely on same index.this is causing lock obtain time exception 2011-09-05 07:40:00,014 INFO [org.apache.solr

RE: Index Courruption after replication by new Solr 1.4 Replication

2011-09-04 Thread bramsreddy
Hi, Is this already registered as bug.Is their any fix to this issue(i want use EmbeddedSolrServer server only). Regards, Ram. -- View this message in context: http://lucene.472066.n3.nabble.com/1-3-help-with-update-timeout-issue-tp505766p3310048.html Sent from the Solr - User mailing list arch

Re: Multiple Solr replicaton threads

2011-09-05 Thread bramsreddy
I am using solr 1.4 and solrj.I am sorry that i mentioned 'x seconds',in fact its x minutes. I found the root cause for the problem.I am using EmbededSolrServer to serve all search requests from my applications.So when the web application starts one snap puller will be created.And to create Embede

org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out:

2011-06-07 Thread bramsreddy
Hi, I have solr master slave setup.On master i keep on updating the index using DIH.I am delta-import requests one after other using some batch job.And my slave polls for every 20 min to get the updated index from master.But for delta-import i am getting the following exception Error creating do