Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/flypg/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (n *Node) PostInit(ctx context.Context) error {
switch member.Role {
case PrimaryRoleName:
// Verify cluster state to ensure we are the actual primary and not a zombie.
primary, err := PerformScreening(ctx, conn, n)
primary, err := PerformScreening(ctx, repConn, n)
if errors.Is(err, ErrZombieDiagnosisUndecided) {
log.Println("[ERROR] Unable to confirm that we are the true primary!")
// Turn member read-only
Expand Down