# Client node in elasticsearch cluster

**URL:** https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731
**Category:** Elasticsearch
**Created:** [March 23, 2017, 10:55am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731 "2017-03-23T10:55:16Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![thanghv55](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thanghv55/32/29008_2.png) [@thanghv55](https://discuss.elastic.co/u/thanghv55)
#### Post date: [March 23, 2017, 10:55am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/1 "2017-03-23T10:55:17Z")

</div>

Hi all,  
I set up a elasticsearch cluster includes nodes, 3 master nodes, 1 data node and 1 client node.  
i see the many topics said that it's need only one client node to handler request search, indexing,... from client. I have a question want to ask that what happend if the client node died?

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 23, 2017, 11:02am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/2 "2017-03-23T11:02:56Z")

</div>

If you only have 1 data node, there is in my opinion not really any need for dedicated master or client nodes, as this will be a single point of failure. If you are starting out with Elasticsearch, I would recommend that you set up a 3-nbode cluster where all nodes hold data and are master eligible (possibly 2 master/data nodes and a smaller dedicated master node). If you then have issues with your cluster you can introduce dedicated nodes types then. Just because you can define dedicated node types does not necessarily mean that you should.

---

<div class="post-metadata">

### Author: ![thanghv55](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thanghv55/32/29008_2.png) [@thanghv55](https://discuss.elastic.co/u/thanghv55)
#### Post date: [March 24, 2017, 3:16am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/3 "2017-03-24T03:16:22Z")

</div>

thank you for your advise. It's really helpful to me. Supposedly, in the future our system would have more data, and 10 nodes. in your opinion, how many dedicated master node, data nodes, client nodes is the best choice for our elasticsearch system?

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 24, 2017, 6:36am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/4 "2017-03-24T06:36:41Z")

</div>

Once you number of data nodes grows or your cluster comes under a lot of pressure, introducing 3 dedicated master nodes is recommended, and this number is generally the recommendation irrespective of cluster size. The number of data nodes required will depend on a lot of factors, e.g. data volumes, indexing rate, query patterns and hardware profile, so is hard to estimate. Client nodes are generally optional, but can be used to good effect together with Kibana.

---

<div class="post-metadata">

### Author: ![thanghv55](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thanghv55/32/29008_2.png) [@thanghv55](https://discuss.elastic.co/u/thanghv55)
#### Post date: [March 24, 2017, 9:47am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/5 "2017-03-24T09:47:48Z")

</div>

> [@Christian\_Dahlqvist](#):
>
> nder a lot of pressure, introducing 3 dedicated master nodes is recommended, and this number is ge

Thank you very much! 😃

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 21, 2017, 9:48am UTC](https://discuss.elastic.co/t/client-node-in-elasticsearch-cluster/79731/6 "2017-04-21T09:48:05Z")

</div>

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