Master not discovered or elected yet, an election requires 2 nodes with

I have 3 elastic nodes with this config in all of them:

discovery.seed_hosts: [ "185.208.174.244" , "130.185.76.40" , "185.208.174.90" ]

, but when start all of them print:

[2019-12-24T09:36:18,377][WARN ][o.e.c.c.ClusterFormationFailureHelper] [slave130] master not discovered or elected yet, an election requires 2 nodes with ids [wOZEfOs9TvqGWIHHcKXtkQ, Cs0xaF-BSBGMGB8a-swznA], have discovered [{slave130}{wOZEfOs9TvqGWIHHcKXtkQ}{fnubAj6RSgm_x62JgWh4Xg}{130.185.76.40}{130.185.76.40:9300}{dilm}{ml.machine_memory=66327617536, xpack.installed=true, ml.max_open_jobs=20}, {master244}{Cs0xaF-BSBGMGB8a-swznA}{uBtExZTXSzW6k857QQfAAg}{185.208.174.244}{185.208.174.244:9300}{dilm}{ml.machine_memory=71611371520, ml.max_open_jobs=20, xpack.installed=true}, {vm9611852143.bitcommand.com}{roLJZCUmSr-YFE72ZmZ67Q}{azu-7_uJQc-MlTF-IzqBNA}{185.208.174.90}{185.208.174.90:9300}{dilm}{ml.machine_memory=67384565760, ml.max_open_jobs=20, xpack.installed=true}] which is a quorum; discovery will continue using [185.208.174.244:9300, 185.208.174.90:9300] from hosts providers and [{slave130}{wOZEfOs9TvqGWIHHcKXtkQ}{fnubAj6RSgm_x62JgWh4Xg}{130.185.76.40}{130.185.76.40:9300}{dilm}{ml.machine_memory=66327617536, xpack.installed=true, ml.max_open_jobs=20}] from last-known cluster state; node term 0, last-accepted version 0 in term 0

3 nodes are zone and I checked port using telnet , Am I missing something?

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