Description
If you call CloudSolrServer.connect() after Zookeeper is up, but before clusterstate, etc. is populated, you will get "No live SolrServer" exceptions (line 322 in LBHttpSolrServer):
throw new SolrServerException("No live SolrServers available to handle this request");
for all requests made even though all the Solr nodes are coming up just fine.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-7146 MiniSolrCloudCluster based tests can fail with ZooKeeperException NoNode for /live_nodes
- Closed