util: remove useless debug log (#43089)
This commit is contained in:
@ -449,7 +449,6 @@ func (t *Tracker) Consume(bs int64) {
|
||||
currentAction = nextAction
|
||||
nextAction = currentAction.GetFallback()
|
||||
}
|
||||
logutil.BgLogger().Warn("global memory controller, lastAction", zap.Any("action", currentAction))
|
||||
currentAction.Action(tracker)
|
||||
}
|
||||
}
|
||||
@ -475,7 +474,6 @@ func (t *Tracker) Consume(bs int64) {
|
||||
}
|
||||
oldTracker = MemUsageTop1Tracker.Load()
|
||||
}
|
||||
logutil.BgLogger().Error("global memory controller, update the Top1 session", zap.Int64("memUsage", memUsage), zap.Uint64("conn", sessionRootTracker.SessionID), zap.Uint64("limitSessMinSize", limitSessMinSize))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user