Ram, What is x in your case and how much data needs to be replicated each time, roughly?
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ >________________________________ >From: bramsreddy <bramsre...@gmail.com> >To: general@lucene.apache.org >Sent: Monday, September 5, 2011 1:50 AM >Subject: Multiple Solr replicaton threads > >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.handler.SnapPuller] >(pool-15-thread-1) Master's version: 1310981586400, generation: 10188 >2011-09-05 07:40:00,014 INFO [org.apache.solr.handler.SnapPuller] >(pool-15-thread-1) Slave's version: 1310981586382, generation: 10170 >2011-09-05 07:40:00,014 INFO [org.apache.solr.handler.SnapPuller] >(pool-15-thread-1) Starting replication process >2011-09-05 07:40:00,016 INFO [org.apache.solr.handler.SnapPuller] >(pool-19-thread-1) Master's version: 1310981586400, generation: 10188 >2011-09-05 07:40:00,016 INFO [org.apache.solr.handler.SnapPuller] >(pool-19-thread-1) Slave's version: 1310981586393, generation: 10181 >2011-09-05 07:40:00,017 INFO [org.apache.solr.handler.SnapPuller] >(pool-19-thread-1) Starting replication process > >How can i make it to create a single thread per replication. > >Regards >Ram > > >-- >View this message in context: >http://lucene.472066.n3.nabble.com/Multiple-Solr-replicaton-threads-tp3310001p3310001.html >Sent from the Lucene - General mailing list archive at Nabble.com. > > >