A couple of questions ... We've upconfig'd the ping request handler to ZooKeeper within the solrconfig.xml. SolrCloud and ZooKeeper are working fine. I understand that the /solr/admin/ping command is for a ping on its local server only (not from a remote machine). This is working.I also understand that /solr/[core]/admin/ping can be used from a load balancer to ping a particular core on a server. This is working also. Question #1:Is there a SINGLE command that can be issued to each server from a load balancer to check the ping status of each server? Question #2:When running /solr/admin/ping from the load balancer to each Solr node, one of the three nodes returns a status ok. It's the same node every time; it's the first node that we set up of the 3 (which is not always the leader). The zkcli upconfig command has always been issued from this first node.Out of curiosity, if this command is for local ping only, why does this return status ok on one node (issued from the load balancer) and not the other nodes?
Configuration: WindowsTomcat 8.0SolrCloud 4.10.3 (3 nodes)External ensemble ZooKeeper 3.4.6 - 3 servers Thank you.