jakubhajek / elasticsearch-docker-swarm

Elasticsearch Cluster on Docker swarm Cluster.
102 stars 65 forks source link

Master 1 is not able find the master2 in docker swarm with es cluster #7

Closed TamilTintin closed 4 years ago

TamilTintin commented 4 years ago

[2020-08-10T14:42:14,401][WARN ][o.e.d.z.UnicastZenPing ] [es-master1] failed to resolve host [master2] java.net.UnknownHostException: master2: Name or service not known

TamilTintin commented 4 years ago

That was a DNS issues , Solved !

recepkabatas commented 4 years ago

How did you do that ? I had same problem still confused on the problem.

TamilTintin commented 4 years ago

For me, the ports for docker swarm is not open, After resolving it, I can achieve

EAfang commented 2 years ago

That was a DNS issues , Solved !

How did you resolve the DNS issue please