Can't connect to cluster when master node is off

Hi,
I have a cluster with three node.
When master node is turned off , I can't connect to any of nodes with their addresses.

MasterNode: 0.0.0.0:9200, Node2: 0.0.0.0:9201, Node3: 0.0.0.0:9202

with this configuration:

node.name:es01
cluster.name:es-docker-cluster
discovery.seed_hosts:es02,es03
bootstrap.memory_lock:true


node.name:es02
cluster.name:es-docker-cluster
discovery.seed_hosts:es01,es03
bootstrap.memory_lock:true


node.name:es03
cluster.name:es-docker-cluster
discovery.seed_hosts:es01,es02
bootstrap.memory_lock:true

Are all 3 nodes master eligible?

Hi,
No, i don't set any type for nodes.

Without an active master node, there is no cluster.

But when master node shutted down one of two other node selected as master. And shard and replica created in other nodes

Then sharing the connection error you are getting would be helpful.

Hi,:
I don't get any exception. Just i cant connect to other nodes with http://:9201 or 9202.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.