Skip to content

Commit

Permalink
Merge pull request #181 from catpineapple/drop_reconciler_watch_pod_log
Browse files Browse the repository at this point in the history
drop reconciler watch pod log
  • Loading branch information
intelligentfu authored Jun 18, 2024
2 parents d772294 + 3c94ee2 commit 9cecba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/doriscluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9cecba4

Please sign in to comment.