You need to list all zk hosts in zkHost, that’s part of the design for ZK, clients will open connections to all nodes and be able to fail over if trouble.
Where did you get the CNAME advice? Jan Høydahl > 13. feb. 2019 kl. 05:56 skrev ramyogi <ramy...@gmail.com>: > > We are migrating SOLR version, We used 3 ZK hosts that configured to SOLR as > ZK connection string: zookeeper.solrtest.net:2181/test-config > Ensemble size: 1 > Ensemble mode: ensemble > zookeeper.solrtest.net:2181 > ok true > clientPort 2181 > zk_server_state follower > zk_version 3.4.5 > zk_approximate_data_size 9902464 > zk_znode_count 1734 > zk_num_alive_connections 43 > serverId 4 > electionPort 3888 > quorumPort 2888 > > zookeeper.solrtest.net . is nothing but CNAME of all three ZKHost together. > > In solr admin console we see > Errors: > We do not have a leader > > > And we are using custom component before query goes to "query" component in > proper order execution but pagination is not working after some limit for > example :start:599 results comes but start:600 docs[] empty in the response. > Results counts are reduced for some queries fields(combined) if we use our > custom component order but works if we use /select. > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html