tidb报错 connection reset by peer

请问并发插入时 tidb 报这个错,程序报 gone away ,是为啥

[conn.go:1077] [“read packet failed, close this connection”] [conn=11480607] [error=“read tcp xxxx:4000->xxxx:58781: read: connection reset by peer”]

connection is reset by peer 一般连接不是 tidb 断开而是链路上的组件主动切断的。排查下是不是负载均衡导致的吧,可以参考下类似的帖子。

https://asktug.com/t/topic/182953

应该是tidb server对应的上层负载出问题了,你可以排查一下你的报错信息里面提到的地址
[error=“read tcp xxxx:4000->xxxx:58781: read: connection reset by peer”]

1 个赞

该主题在最后一个回复创建后60天后自动关闭。不再允许新的回复。