On 1/8/24 10:32, Facchin Umberto wrote:
If server2 or server3 are down everything continues to work (even the updates),
but if server1 is down then everything stops, obviously.
Solr has no features to get around this.
What you need is something that manages a virtual IP address among
multiple servers. Optionally you could have that virtual IP address
live on a set of machines that operate a load balancer sitting in front
of your SolrCloud cluster.
Things I have seen that can do this include:
pacemaker
keepalived
ucarp
Thanks,
Shawn