Signed-off-by: SeaRise <hhssearise@foxmail.com>

Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
This commit is contained in:
SeaRise 2022-07-19 21:10:03 +08:00 committed by GitHub
parent 6166801ecd
commit 3d7cbc2448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ func (c *batchCommandsClient) batchRecvLoop(cfg config.TiKVClient, tikvTransport
if c.isStopped() {
return
}
logutil.BgLogger().Info(
logutil.BgLogger().Debug(
"batchRecvLoop fails when receiving, needs to reconnect",
zap.String("target", c.target),
zap.String("forwardedHost", streamClient.forwardedHost),