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-tp3310002p3310002.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to