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
Currently it's the keeper that detects if a db is branched from its master. We want to change this:
move the detection to the sentinel
have the sentinel, when it detects a branched db, remove the bad db from the clusterdata and create a new db with a db InitMode of type resync. The keeper will converge to the sentinel required state (and it'll continue to use pg_rewind when possible and enabled).
This has different advantages:
The keeper will resync only when asked for and not when it wants
Currently it's the keeper that detects if a db is branched from its master. We want to change this:
resync
. The keeper will converge to the sentinel required state (and it'll continue to use pg_rewind when possible and enabled).This has different advantages:
resync
db initMode can also be used for initializing a standby cluster Stolon "standby" cluster #157.The text was updated successfully, but these errors were encountered: