Skip to content

Commit 9db4429

Browse files
committed
pkg
1 parent 16493c8 commit 9db4429

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/statistics/handle/syncload/stats_syncload.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ func (s *statsSyncLoad) SendLoadRequests(sc *stmtctx.StatementContext, neededHis
9393
}
9494
}
9595
})
96-
logutil.BgLogger().Info("wtf start work")
9796
if len(remainedItems) <= 0 {
9897
return nil
9998
}
@@ -372,7 +371,6 @@ func (s *statsSyncLoad) handleOneItemTask(task *statstypes.NeededItemTask) (err
372371

373372
// readStatsForOneItem reads hist for one column/index, TODO load data via kv-get asynchronously
374373
func (*statsSyncLoad) readStatsForOneItem(sctx sessionctx.Context, item model.TableItemID, w *statsWrapper, isPkIsHandle bool, fullLoad bool) (*statsWrapper, error) {
375-
logutil.BgLogger().Info("debug readStatsForOneItem", zap.Int64("table_id", item.TableID), zap.Int64("hist_id", item.ID), zap.Bool("is_index", item.IsIndex))
376374
failpoint.Inject("mockReadStatsForOnePanic", nil)
377375
failpoint.Inject("mockReadStatsForOneFail", func(val failpoint.Value) {
378376
if val.(bool) {

0 commit comments

Comments
 (0)