In a single role cluster, what do the non master nodes do?

Hi again everyone.

I'm browsing my Dev cluster that I recently changed to have dedicated roles per node via the head plugin, and have a question about master nodes.

I have 3 master eligible nodes, one of which is master, two of which are not. The two that are not show up in the head plugin as Client Nodes. Is that really what they are? What do non-master nodes in a single role architecture actually do?

All three are set with the following configuration:

node:
  data: false
  master: true

Thanks for the clarification!
Chris

They bide their time, waiting for the death of the current master.

Thanks Nik.

The head plugin must not know what to call them, so it just calls them "client" nodes. :smile:

Much appreciated!
Chris