We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6192e commit c21634dCopy full SHA for c21634d
internal/flypg/node.go
@@ -284,6 +284,8 @@ func (n *Node) PostInit(ctx context.Context) error {
284
if err := Quarantine(ctx, n, primary); err != nil {
285
return fmt.Errorf("failed to quarantine failed primary: %s", err)
286
}
287
+
288
+ panic(err)
289
} else if errors.Is(err, ErrZombieDiscovered) {
290
log.Printf("[ERROR] The majority of registered members agree that '%s' is the real primary.\n", primary)
291
// Turn member read-only
0 commit comments