On 5/20/2024 17:46, mtn search wrote:
Will a SolrJ client connection (configured with a ZKhost list) to a
SolrCloud still work for querying a SolrCloud when the Zookeeper ensemble
has lost its quorum, but some ZK nodes remain up?  I understand that
indexing will not work.

Follow-on - will the Solr query work to the same SolrCloud if the query is
sent directly to a Solr node rather than to Zookeeper?

Requests to SolrCloud such as queries or indexing do not go through ZK, ever.

The SolrJ cloud client talks to ZK to discover the URLs required to get to Solr and which of them are online at any given moment. ZK is used as a central database to coordinate the cluster, it does not handle requests.

Thanks,
Shawn

Reply via email to