Hi , I am getting the below error when I try to connect solr nodes using zookeeper cluster. Can you please help me to debug this.
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://10.0.3.73:8983/solr/collectioname, http://10.0.3.181:8983/solr/collectioname] When I check the zookeeper, The collectiton names are under solr zk node collections directory but http://10.0.3.181:8983/solr/collectioname this is not valid URL when I checked on the browser. We tried to connect using this way // Using a ZK Host String String zkHostString = "zkServerA:2181,zkServerB:2181,zkServerC:2181/solr"; SolrClient solr = new CloudSolrClient.Builder().withZkHost(zkHostString).build(); -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html