This question may asked before, but I can't find a definitive answer here...
My boss currently ask me to design a ES cluster, but with budget constrain...
So a default 3 master-dedicated node and also 5 data-dedicated node is a no go.
Lastly my boss asked me:
"Why not create a cluster with 3 default ES roles nodes? (Means master + data + client etc) Just set minimum master nodes to 2, then no split brain! Why need dedicated master node to begin with?"
I don't even know how to retort to my boss since in my knowledge, the purpose of dedicated master node is to prevent split brain...
So here are the questions:
Is there any consequences / possible issues arise if I go with the 3 default all-in-one roles nodes as a cluster?
The idea of dedicated masters is to protect your cluster as much as possible.
There's nothing wrong with using the default roles and having 3/5 nodes, you just run a higher risk of the active master being over run by queries or index load and then causing a re-election.
So it means if I set my minimum-master right, let's say in this case is 3 nodes, I should set the value to 2, so even if one of my nodes down, split brain won't happen, am I right?
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.