There’s a quorum requirement for ETCD (n/2)+1: for example if you have 3 etcd nodes you can only afford to lose 1 node. Once you’ve lost ETCD quorum the patroni management of the cluster no longer works even though the postgres nodes are still active any change of status in the cluster will not effect any changes.
Thanks Robert, so it is ok to have the leader of the ETCD cluster, and the Patroni Primary as different nodes.
Should an effort be made to make them have the same node, one I have all 3 nodes running etcd again?
Great thanks Robert.
My interpretation was that Patroni follows who ETCD believes the leader to be, rather than ETCD being a separate entity just needed for config store.