Closed dbsid closed 2 years ago
Does it happen every time running the tpc-c test on v5.3.1?
The problem cluster and workload is kept for debug, will share to you when we're back to work
The root cause of this is that the tikv-server gets oom killed continuously in the test environment and the batch client keeps creating stream connections at that time. For the error log above, if an RPC error happens to commit a transaction using the async mode, the user client may receive an undetermined error from tidb-server and the user connection would be closed.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
no application error
3. What did you see instead (Required)
application error and some of the client connection broken.
4. What is your TiDB version? (Required)
v5.3.1