Hi all, currently we are looking at Apache Solr as a solution for searching. One important component is high availability. I digged around finding out that HA is built in via SolrCloud which means I have to install ZooKeeper in a production environment which needs at least three nodes.
So, now to my problem. I haven't found any documents showing a way to get a two node cluster simply for HA (active/passive). Is there a recommended way or are there any solutions out there showing a scenario with Solr Single Server combined e.g. DRBD and Pacemaker? Any hints and pointers are very welcome. Thank you in advance Andreas