SolrCloud availability when a server is down

2024-01-08 Thread Facchin Umberto
Hi, I'm doing some tests to use SolrCloud (8.11.2) with 3 servers, each with 1 Zookeeper and 1 Solr I have a search component that executes queries via GUI using the url to server1_ip, i.e. with the address http://server1_ip:8983/solr/collection/query?q=*:* If server2 or server3 are d

R: SolrCloud availability when a server is down

2024-01-09 Thread Facchin Umberto
um for PHP) has the ability to handle load balancing and failover, you have to put in the connect string all nodes address and the client library will connect to another node in case of failure. Il giorno lun 8 gen 2024 alle ore 18:34 Facchin Umberto < umberto.facc...@insiel.it> ha scritto: &

R: SolrCloud availability when a server is down

2024-01-11 Thread Facchin Umberto
om/seaseltd> On Tue, 9 Jan 2024 at 15:20, Shawn Heisey wrote: > 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 fea