Hi.
I know one can set the discovery.zen.minimum_master_node within the config file and by using the cluster update settings API.
But how to get the current setting?
What if one start a node with minimum_master_node = 1 and another node with minimum_master_node = 2?
Thanks.