Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wking committed Mar 29, 2024
1 parent 9f06975 commit c3e2457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cvo/cvo.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ func (optr *Operator) Run(runContext context.Context, shutdownContext context.Co
resultChannelCount++
go func() {
defer utilruntime.HandleCrash()
klog.Infof("statusInterval: %v", optr.statusInterval)
klog.Infof("optr.configSync: %v", optr.configSync)
klog.Infof("optr.configSync.StatusCh: %v", optr.configSync.StatusCh)
klog.Infof("optr.configSync.StatusCh(): %v", optr.configSync.StatusCh())
runThrottledStatusNotifier(runContext, optr.statusInterval, 2, optr.configSync.StatusCh(), func() { optr.queue.Add(optr.queueKey()) })
resultChannel <- asyncResult{name: "status notifier"}
}()
Expand Down

0 comments on commit c3e2457

Please sign in to comment.