Skip to content

Commit 64f1d71

Browse files
authored
Log async replication not ready. (#688)
1 parent fb987e1 commit 64f1d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/ps/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func (r *PerconaServerMySQLReconciler) reconcileCRStatus(ctx context.Context, cr
8585
if !ready {
8686
mysqlStatus.State = apiv1alpha1.StateInitializing
8787

88+
log.Info(fmt.Sprintf("Async replication not ready: %s", msg))
8889
r.Recorder.Event(cr, "Warning", "AsyncReplicationNotReady", msg)
8990

9091
}

0 commit comments

Comments
 (0)