I need two Solr servers, both acting as 'real' Master. 
They need to be able to receive updates and to be used for querying, because
when one server is down, second has to be able to work alone... and when the
second is up again he needs to synchronize with first one.

As I understand the best way to do this is by SolrCloud, because real
Master/Master can't be done with SolrReplication features prior Solr4
(Master/Slave/Repeater)?

Do I need to have 3 ZooKeepers for this to work, because with 2 ZooKeepers,
when one server is down, second one can not handle updates, only querying?
Summary:
Is the right configuration: 2(3) servers, 1 shard, 2 replicas, 3 zookeepers?

Thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-Master-Master-tp4042206.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to