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
Upon further investigation it seems to be that the cluster topology observer doesn't poll other members, so it will crash until service is recovered on the leader unit.
Likely we will need to set the alternative endpoints parameter when getting the primary endpoint here:
postgresql-operator/src/charm.py
Line 390 in 7686dd0
Since follower units can't update the endpoints and the leader cannot get the state of the cluster locally.
The text was updated successfully, but these errors were encountered: