Skip to content

Commit

Permalink
statistics: print the process of init stats
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed May 28, 2024
1 parent 2deb470 commit 79496fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/statistics/handle/autoanalyze/refresher/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func NewWorker(statsHandle statstypes.StatsHandle, sysProcTracker sysproctrack.T
jobChan: jobChan,
exitChan: make(chan struct{}),
}
result.start(concurrency)
return result
}

Expand Down

0 comments on commit 79496fc

Please sign in to comment.