You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.
governor for Postgres primary cannot communicate with etcd, but rest of cluster can
no governors in Postgres cluster can communicate with etcd
etcd crashes and recovers. after recovery, etcd leader TTLs have expired.
etcd crashes and recovers. after recovery, the initialization key is empty. this would cause issues when new members would come online and race to initialize
The first decision to answer is: should Postgres cluster go readonly if etcd fails? Or, should the Postgres cluster keep the current Primary, but not have automatic failover functionality?
The text was updated successfully, but these errors were encountered:
In my opinion, i would prefer to keep the current Primary and do not take any "decision" when you loose the "brain". In general, i try to avoid the situation that the HA software/layer itself is able to bring down the protected application (and the protected application itself haven't any problems at all).
The Postgres cluster can go read-only as an additional safety measure, but it's not a must-have.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some of the scenarios to consider are:
The first decision to answer is: should Postgres cluster go readonly if etcd fails? Or, should the Postgres cluster keep the current Primary, but not have automatic failover functionality?
The text was updated successfully, but these errors were encountered: