Currently I have 3 nodes, 330 indices and 1,822 shards and approx 3 TB of memory.
Currently these 3 nodes are master-data nodes and its not coping well with the load.
I was planning to keep these 3 nodes as data nodes, then have another 3 nodes and set these up as master only nodes.
Considering 3 data nodes will have 1TB memory each, I was wondering if anyone could give me an idea on how much memory would each of the 3 master nodes require?
By "memory" I think you mean disk space, right? 1TB of RAM is a lot! Dedicated master nodes need a small amount of disk space. How many bytes is the response you get from GET _cluster/state in your cluster?
I was hoping to use the 1TB machines as a data node, as i mentioned we index alot of data. All i would like to find out is how small does master node need to be considering we have;
i cant seem to be able to check that via kibana due to gateway issues, however i did
curl -XGET 'http://elastic1-node:9200/_cluster/state/' >> /tmp/clusterstate.txt
and the bytes that correspond to the file which the results are written is:
20196970 Oct 2 12:38 clusterstate.txt
So essentially 20196970 bytes.
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.