From 6709be146e19cc78318e76a8e1e1cd45a8c37f2b Mon Sep 17 00:00:00 2001 From: wjhuang2016 Date: Mon, 16 Oct 2023 20:55:20 +0800 Subject: [PATCH] fix Signed-off-by: wjhuang2016 --- br/pkg/lightning/backend/external/iter.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/br/pkg/lightning/backend/external/iter.go b/br/pkg/lightning/backend/external/iter.go index 8dfc22f2aec08..718a8f1143768 100644 --- a/br/pkg/lightning/backend/external/iter.go +++ b/br/pkg/lightning/backend/external/iter.go @@ -229,8 +229,6 @@ func (i *mergeIter[T, R]) next() bool { // currently only one reader will become hotspot if cnt > (checkHotspotPeriod / 2) { i.lastHotspotIdx = idx - - logutil.BgLogger().Info("new hotspot reader", zap.Any("idx", i.lastHotspotIdx), zap.Any("cnt", cnt)) break } }