And the reason why is right there in the logs, which is covered in the docs. I'm asking where you got stuck after reading the logs and going to the docs?
I have not yet configured the two elastic nodes. These last do not work together I do not know why, then I have to consult the log file I find this output
Why do you keep showing these logs and not answering my question? The logs tell you the problem. Our docs for the bootstrap checks cover this scenario. If you read the logs, read the docs, and apply what you learn there, you can solve this problem. Where are you getting stuck?
What error are you referring to? At this point you need to set up the second node as I indicated above. Please let me know specifically where you're stuck.
Hi, my problem isn't related especially to one of the nodes and there is no errors , they are working perfectly the two of them. But the issue is that I am not able to interconnect them one to the other.
If I have a problem with the master node.the system should not stop
I read in the documentation that if the master moeud is down the other node is elected as master
Okay, this is a very tricky problem. You see, with two master-eligible nodes you can not have HA on the master. The reason is this: if you have two nodes and you set them to both be master eligible, then you must set discovery.zen.minimum_master_nodes to 2. If you do not do this, you are at risk of split brain where both master-eligible nodes can think they are the master. However, if discovery.zen.minimum_master_nodes is 2, when you lose one of the master-eligible nodes the other master node will not be able to be elected as the master because it requires 2 master-eligible nodes (itself, and at least one other) to vote for it during a master election. Does that help?
Then I need to add another master node to have HA at masters level node.je want to put a solution that provides a high protection against infrastructure failures and intermittent network problems
Thank you ,But when I do not specify a.master and node.data. There will be an election of master node and data node?
Can I fix an address for the entire cluster?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.