What other Master eligible Nodes do

Hi,
I have three Master Eligible nodes, I made them dedicated master nodes with below config:
node.master: true
node.data: false
node.ingest: false
I also have one Coordinating node with below config:
node.master: false
node.data: false
node.ingest: false
search.remote.connect: false

When ES starts it will automatically select One Master nodes from three master eligible ones.

My question is, what will other two Master Eligible Nodes do in this situation? Will they sit idle or help Coordinating node to balance the load?

Thanks
Parag

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