diff --git a/pkg/apply/apply.go b/pkg/apply/apply.go index ff6104fc..6dc22f92 100644 --- a/pkg/apply/apply.go +++ b/pkg/apply/apply.go @@ -510,10 +510,11 @@ func (t *TopicApplier) checkExistingState( } } } else { - log.Warnf( + log.Errorf( "One or more replicas are not in-sync; there may be an ongoing migration:\n%s", admin.FormatTopicPartitions(outOfSync, t.brokers), ) + return errors.New("One or more replicas are not in-sync; we are likely horizontally scaling the cluster that this topic is on") } return nil