Our environment does not support multicast, therefore we are doing manual
host discovery with something like:
discovery.zen.ping.unicast.hosts
["es1.ourdomain.com:9300","es2.ourdomain.com:9300"]
The question I would like answered is whether or not ES can use a single
address bound to multiple IP's via around-robin DNS as the host in the
configuration.
Such as:
discovery.zen.ping.unicast.hosts ["cluster.ourdomain.com:9300"]
where cluster.ourdomain.com has multiple A records for round-robin DNS
pointing to all of our ES instances.
My experience is that ES asks for the first IP, and if it is the machine's
own IP the node will fail to join the cluster and never request another IP
from DNS. Is this behavior accurate or am I taking crazy pills?
Thank you.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2ae14b57-1fbf-497c-a529-30da48b191a0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.