Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 经常报wait response is cancelled
【TiDB Usage Environment】Production, Testing, Research
【TiDB Version】
【Encountered Problem】
Checking the tidb.log, I often find the following WARN messages:
2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx20160] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:04:26.993 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx20161] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.716 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.751 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
[2022/07/21 22:07:47.751 +08:00] [WARN] [client_batch.go:625] [“wait response is cancelled”] [to=xxx.xxx.xxx.xxx:20160] [cause=“context canceled”]
The addresses to=xxx.xxx.xxx.xxx are all TiKV node addresses. What is the issue here?
【Reproduction Path】What operations were performed to encounter the issue
【Problem Phenomenon and Impact】
【Attachments】
Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.