Support for arbiter/temporary master node #32462
Labels
:Distributed Coordination/Cluster Coordination
Cluster formation and cluster state publication, including cluster membership and fault detection.
It would be great to be able to make one of master nodes arbiter/temporary master. We have 3 independent locations - 2 fast location and 1 slow location. It is not a good idea to have a active master node in the slow location but in case of outage of the fast location it would be great to have one in this slow location.
So I would like to be able to configure something like: make me master only if necessary and in case of 3 master-eligible nodes available give it up and let one of the master nodes in fast location drive the cluster.
Btw. in this case it will be never required to be master-node in slow location active. So something like "quorum_only" or "arbiter_only" config option would be great.
The text was updated successfully, but these errors were encountered: