Elastic

What is a master node?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Part of a master node responsibilities:

  • Track the status of all the nodes in the cluster
  • Verify replicas are working and the data is available from every data node.
  • No hot nodes (no data node that works much harder than other nodes)

While there can be multiple master nodes in reality only of them is the elected master node.