diff --git a/pkg/controller/doriscluster_controller.go b/pkg/controller/doriscluster_controller.go index c597f28c..996172c3 100644 --- a/pkg/controller/doriscluster_controller.go +++ b/pkg/controller/doriscluster_controller.go @@ -214,7 +214,7 @@ func (r *DorisClusterReconciler) watchPodBuilder(builder *ctrl.Builder) *ctrl.Bu func(a client.Object) []reconcile.Request { labels := a.GetLabels() dorisName := labels[dorisv1.DorisClusterLabelKey] - klog.Infof("DorisClusterReconciler watch pod %s change related to doris cluster %s", a.GetName(), dorisName) + // klog.Infof("DorisClusterReconciler watch pod %s change related to doris cluster %s", a.GetName(), dorisName) if dorisName != "" { return []reconcile.Request{ {NamespacedName: types.NamespacedName{