Skip to content

Commit

Permalink
util: remove useless debug log (#43089) (#43115)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu authored Apr 18, 2023
1 parent fef9128 commit c741cfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/memory/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand All @@ -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))
}
}

Expand Down

0 comments on commit c741cfc

Please sign in to comment.