Skip to content

Commit 6622eb0

Browse files
authored
executor: Change log level to Warning in the Close of join (#62656) (#62678)
close #62652
1 parent 82d5c94 commit 6622eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/executor/join/hash_join_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (e *HashJoinV1Exec) Close() error {
146146
util.WithRecovery(func() {
147147
err := e.RowContainer.Close()
148148
if err != nil {
149-
logutil.BgLogger().Error("RowContainer encounters error",
149+
logutil.BgLogger().Warn("RowContainer encounters error",
150150
zap.Error(err),
151151
zap.Stack("stack trace"))
152152
}

0 commit comments

Comments
 (0)