[o.e.c.c.ClusterFormationFailureHelper] [Data-no de2] master not discovered yet: have discovered

Hello,

Can anyone help me in this?
I am trying to form a ES cluster.
My configuration settings works with one master and data node. Now i am trying to add new data node in same cluster. But it is showing me above error.

Regards,
Priyanka

Unless you show how you have configured the nodes I doubt anyone will be able to help.

Hello @Christian_Dahlqvist,

Please find below configuration for all the 3 cluster nodes:

For master node:
cluster.name: InTouch
cluster.remote.connect: false
network.publish_host: ServerA
transport.host: ServerA
transport.tcp.port: 9300-9400
node.name: Master-node
node.master: true
node.data: false
node.ingest: true
discovery.seed_hosts: [ServerA, ServerB,ServerC]
cluster.initial_master_nodes: ["Master-node","Data-node1"]
bootstrap.memory_lock: true
network.bind_host: local
path.data: /elasticsearch/data/
path.logs: /var/log/elasticsearch/
path.repo: /elasticsearch/repo/

For Data node 1:
cluster.name: InTouch
node.name: Data-node1
node.master: true
node.data: true
node.ingest: false
network.host: ServerB
discovery.seed_hosts: [ServerA, ServerB,ServerC]
transport.tcp.port: 9300-9400
path.data: /elasticsearch/data/
path.logs: /var/log/elasticsearch/
path.repo: /elasticsearch/repo/

For Data node 2:
cluster.name: InTouch
node.name: Data-node2
node.master: false
node.data: true
network.host: ServerC
discovery.seed_hosts: [ServerA, ServerB,ServerC]
transport.tcp.port: 9300-9400
path.data: /elasticsearch/data/
path.logs: /var/log/elasticsearch/
path.repo: /elasticsearch/repo/

Regards,
Priyanka

Hello,

Can anyone help me in this?

Regards,
Priyanka

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