Reputation: 3297
I'm supporting on rails project, which contain rails app and additional instance with Solr.
My environment: rails 3.2.1, ruby 2.1.2, sunspot 2.1.0, Solr 4.1.6.
Problem:
Clould provider is not stable. I cannot use other cloud provider - it is customer's demand. Oftentimes search server goes on maintenance and web application stop working on production. So, I think about how to make 2 identical search servers instead of one, to make system more stable: if one server will be down, other will continue working.
Way out of trouble:
Question:
Upvotes: 4
Views: 1285
Reputation: 696
You should be able to find may comparisons for Solr Master Slave Heirarchy Vs SolrCloud in forums, but these are my understandings/experience from them, so consume it lightly.
Upvotes: 5