We missed a very important configuration in our elasticsearch.yml
discovery.zen.minimum_master_nodes
and the default for it seems to be -1
according to _cluster/settings
What would be the right steps to update our yml file with the above setting. should a rolling restart be sufficient. yesterday when we did a rolling restart (for some other purpose and not for updating this setting) and restarted the master nodes we started getting 503 for writes (i couldn't check the log actually to confirm what exactly was the issue)
What does a value of -1
signify?