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
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
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
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