Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <[email protected]>
  • Loading branch information
wjhuang2016 committed Oct 16, 2023
1 parent ba04a2d commit 6709be1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions br/pkg/lightning/backend/external/iter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 6709be1

Please sign in to comment.