Skip to content

Commit 48f7518

Browse files
committed
Merge branch 'skip-refreshing' into 'master'
fix: improve message about skipping full-refresh See merge request postgres-ai/database-lab!648
2 parents 7f8c909 + 37cf280 commit 48f7518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/internal/retrieval/retrieval.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ func (r *Retrieval) FullRefresh(ctx context.Context) error {
587587
}
588588
r.State.addAlert(alert)
589589
r.tm.SendEvent(ctx, telemetry.AlertEvent, alert)
590-
log.Msg(alert.Message)
590+
log.Msg(alert.Message + ". Hint: Check that there is at least one pool that does not have clones running. " +
591+
"Refresh can be performed only to a pool without clones.")
591592

592593
return nil
593594
}

0 commit comments

Comments
 (0)