Master not discovered exception is an error while doing Elasticsearch cluster setup

Hi All,

while doing Elasticsearch 3 node cluster setup, we are getting below error. Please some help me to resolve this issue.

For cluster status, it is giving below error.

{

"error" : {

"root_cause" : [

{

"type" : "master_not_discovered_exception",

"reason" : null

}

],

"type" : "master_not_discovered_exception",

"reason" : null

},

"status" : 503

}

And also in log file , it is giving bellow info and we are able to telnet with port 9300 from each other.

Please help me to resolve this.

Thanks
Eswar

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Please update your post.

Could you also share:

  • The configuration file
  • The logs from all 3 nodes

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