# Master not discovered yet, this node has not previously joined a bootstrapped (v7+) cluster version 7.13.2

**URL:** https://discuss.elastic.co/t/master-not-discovered-yet-this-node-has-not-previously-joined-a-bootstrapped-v7-cluster-version-7-13-2/276211
**Category:** Elasticsearch
**Created:** [June 17, 2021, 3:00am UTC](https://discuss.elastic.co/t/master-not-discovered-yet-this-node-has-not-previously-joined-a-bootstrapped-v7-cluster-version-7-13-2/276211 "2021-06-17T03:00:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Senshuken\_GG](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/senshuken_gg/32/79231_2.png) [@Senshuken\_GG](https://discuss.elastic.co/u/Senshuken_GG)
#### Post date: [June 17, 2021, 3:00am UTC](https://discuss.elastic.co/t/master-not-discovered-yet-this-node-has-not-previously-joined-a-bootstrapped-v7-cluster-version-7-13-2/276211/1 "2021-06-17T03:00:49Z")

</div>

Node 1 172.24.10.103  
Node 1 172.24.10.101

Description:

1.Elasticsearch version 7.13

1. Elasticsearch cluster 2 Node

issue is master\_not\_discovered\_exception

Node 1 Config elasticsearch.yml

cluster.name: POWER-CLUSTER-01  
node.name: ${HOSTNAME}  
node.master: true  
node.data: true  
path.logs: /var/log/elasticsearch  
path.data: /usr/share/elasticsearch/data  
network.host: 0.0.0.0  
http.port: 9200  
transport.tcp.port: 9300  
discovery.seed\_hosts: ["172.24.10.103:9300","172.24.10.101:9300"]  
cluster.initial\_master\_nodes: ["172.24.10.103:9300", "172.24.10.101:9300"]

Node 2 Config elasticsearch.yml

cluster.name: POWER-CLUSTER-01  
node.name: ${HOSTNAME}  
node.master: true  
node.data: true  
path.logs: /var/log/elasticsearch  
path.data: /usr/share/elasticsearch/data  
network.host: 0.0.0.0  
http.port: 9200  
transport.tcp.port: 9300  
discovery.seed\_hosts: ["172.24.10.103:9300","172.24.10.101:9300"]  
cluster.initial\_master\_nodes: ["172.24.10.103:9300", "172.24.10.101:9300"]

##################### log Node 1 #####################################  
[2021-06-17T11:48:28,492][WARN][o.e.c.c.ClusterFormationFailureHelper] [elasticsearch-01] master not discovered yet, this node has not previously joined a bootstrapped (v7+) cluster, and this node must discover master-eligible nodes [172.24.10.103:9300, 172.24.10.101:9300] to bootstrap a cluster: have discovered [{elasticsearch-01}{hvBqKTsIQf6zFqLQHuVY7w}{klxOhN5cRPuV3ny7flVh\_A}{172.24.10.103}{172.24.10.103:9300}{cdfhilmrstw}]; discovery will continue using [172.24.10.101:9300] from hosts providers and [{elasticsearch-01}{hvBqKTsIQf6zFqLQHuVY7w}{klxOhN5cRPuV3ny7flVh\_A}{172.24.10.103}{172.24.10.103:9300}{cdfhilmrstw}] from last-known cluster state; node term 0, last-accepted version 0 in term 0

##################### log Node 2 #####################################  
[2021-06-17T11:46:54,201][WARN][o.e.c.c.ClusterFormationFailureHelper] [elasticsearch-02] master not discovered yet, this node has not previously joined a bootstrapped (v7+) cluster, and this node must discover master-eligible nodes [172.24.10.103:9300, 172.24.10.101:9300] to bootstrap a cluster: have discovered [{elasticsearch-02}{kp0dgWjoSk6J1axJokDEYA}{kyNIwd-USbedBuy-97qBIQ}{172.18.0.1}{172.18.0.1:9300}{cdfhilmrstw}, {elasticsearch-01}{hvBqKTsIQf6zFqLQHuVY7w}{klxOhN5cRPuV3ny7flVh\_A}{172.24.10.103}{172.24.10.103:9300}{cdfhilmrstw}]; discovery will continue using [172.24.10.103:9300, 172.24.10.101:9300] from hosts providers and [{elasticsearch-02}{kp0dgWjoSk6J1axJokDEYA}{kyNIwd-USbedBuy-97qBIQ}{172.18.0.1}{172.18.0.1:9300}{cdfhilmrstw}] from last-known cluster state; node term 0, last-accepted version 0 in term 0

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 15, 2021, 3:00am UTC](https://discuss.elastic.co/t/master-not-discovered-yet-this-node-has-not-previously-joined-a-bootstrapped-v7-cluster-version-7-13-2/276211/2 "2021-07-15T03:00:56Z")

</div>

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