Re: SolrCould read-only replicas

2014-10-02 Thread Walter Underwood
Here is a different approach. Set up independent Solr Cloud clusters in each data center. Send all updates into a persistent message queue (Amazon SQS, whatever) and have each cluster get updates from the queue. The two clusters are both live and configured identically, so there is nothing to

RE: SolrCould read-only replicas

2014-10-02 Thread Sandeep Tikoo
Erick, Thank you for your response. Yup, when I said it is not possible to have a cross continent data center replica, I meant that we never ever want to do that because of the latency. What I was hoping is that I could have Solr cloud in my DataCentre A (DC-A) and get all the benefits of sha

Re: SolrCould read-only replicas

2014-09-27 Thread Erick Erickson
Well, replicas _can_ cross data centers, there's nothing explicitly preventing it. But the network latency will cause "interesting" problems, not to mention ZooKeeper Quorum sensing being challenging. But your description is accurate, there's no such thing as a "read only replica" in SolrCloud. Th