Re: Getting HTTP port info for all nodes in a cluster

2015-08-12 Thread mark
Thanks for the thoughts here. I do get a bit carried away sometimes, wanting to support fringe cases. I'll go forward assuming the same port number. On 2015-08-12 10:27, Dmitri Zagidulin wrote: If you know one node's HTTP listening port, you know them all -- all the nodes are supposed to liste

Re: Getting HTTP port info for all nodes in a cluster

2015-08-12 Thread Dmitri Zagidulin
If you know one node's HTTP listening port, you know them all -- all the nodes are supposed to listen on the same ports. (Otherwise, load balancing gets awkward, etc). A case where different nodes in the cluster are listening on different ports is exotic enough to not be worth supporting. (Plus, t