We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Warning
Close
1 parent 82d5c94 commit 6622eb0Copy full SHA for 6622eb0
pkg/executor/join/hash_join_v1.go
@@ -146,7 +146,7 @@ func (e *HashJoinV1Exec) Close() error {
146
util.WithRecovery(func() {
147
err := e.RowContainer.Close()
148
if err != nil {
149
- logutil.BgLogger().Error("RowContainer encounters error",
+ logutil.BgLogger().Warn("RowContainer encounters error",
150
zap.Error(err),
151
zap.Stack("stack trace"))
152
}
0 commit comments