Re: master slave replication taking time

2017-06-29 Thread Erick Erickson
So you say that master/slave replication takes up to 20 seconds but it takes 8-10 minutes just to copy the entire index? Solr is _already_ speeding up your copy enormously by just copying changed segments. There's nothing magic you can do to make it faster. And if your master happens to merge many

Re: master slave replication taking time

2017-06-29 Thread Midas A
Erick, when we copy entire index it takes 8- 10 mins . On Wed, Jun 28, 2017 at 9:22 PM, Erick Erickson wrote: > How long it takes to copy the entire index from one machine to another > over your network. Solr can't go any faster than your network can > support. Consider SolrCloud if you need s

Re: master slave replication taking time

2017-06-28 Thread Erick Erickson
How long it takes to copy the entire index from one machine to another over your network. Solr can't go any faster than your network can support. Consider SolrCloud if you need something closer to NRT. Best, Erick On Tue, Jun 27, 2017 at 11:31 PM, Midas A wrote: > Hi, > > we have around 2000

master slave replication taking time

2017-06-27 Thread Midas A
Hi, we have around 2000 documents and our master to slave replication is taking time upto 20 second. What should i check ?