Hello Team, I have two Solr nodes running in cloud mode. I know that we send queries and updates directly to Solr's collection e.g.http://host: port/solr/<your_collection_name>. Any of the Solr nodes can be used. If the node does not have the collection being queried then the request will be forwarded internally to a Solr instance which has that collection.
But, my question is what happens when the node being queried is down. I am getting this error: Server refused connection at http://localhost:xxxx /solr/collectionName. Does not Zookeeper handle this scenario? Everything is fine when the node being queried is running. I am able to index and fetch data. Please, help me. Best, Ritesh Kumar