mirror of https://github.com/tikv/client-go.git
update (#551)
Signed-off-by: SeaRise <hhssearise@foxmail.com> Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
This commit is contained in:
parent
6166801ecd
commit
3d7cbc2448
|
|
@ -606,7 +606,7 @@ func (c *batchCommandsClient) batchRecvLoop(cfg config.TiKVClient, tikvTransport
|
||||||
if c.isStopped() {
|
if c.isStopped() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logutil.BgLogger().Info(
|
logutil.BgLogger().Debug(
|
||||||
"batchRecvLoop fails when receiving, needs to reconnect",
|
"batchRecvLoop fails when receiving, needs to reconnect",
|
||||||
zap.String("target", c.target),
|
zap.String("target", c.target),
|
||||||
zap.String("forwardedHost", streamClient.forwardedHost),
|
zap.String("forwardedHost", streamClient.forwardedHost),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue