-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some cases, the error code of 1105 does not give specific error information #26147
Comments
No error message for PD server timeout. |
/cc @disksing PTAL |
Thanks we wil take a look. /cc @AndreMouche |
I think it is not caused by PD server timeout. The error for PD server timeout in tikv-client should be converted to a normal PD error for tidb in driver and it have its special error code 9001 By the way, @vivid392845427 could you provide the log of tidb/pd/tikv? |
tidb log: |
According to the log of |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
run tipocket bank2,set nemesis type:pod-failure, the testcase fail, error message is null; for example:
2021/07/11 12:03:06 control.go:478: [info] recover nemesis type:pod-failure,duration:1m34s,node:node[comp=pd,ip=default-1626001720-pd-2.default-1626001720-pd-peer.tipocket-bank2.svc:2379,ns=tipocket-bank2,pod=default-1626001720-pd-2],invoke_args:[],recover_args:[]...
2021/07/11 12:03:06 kill.go:155: [info] unapply nemesis pod-failure on node default-1626001720-pd-2(ns:tipocket-bank2)
2021/07/11 12:03:06 client.go:397: [fatal] [bank2] ADMIN CHECK TABLE bank2_accounts fails: Error 1105:
2. What did you expect to see? (Required)
return error code and detail error message
3. What did you see instead (Required)
Error 1105:
4. What is your TiDB version? (Required)
Release Version: v5.1.0-4-ge96c2a6da
Edition: Community
Git Commit Hash: e96c2a6
Git Branch: release-5.1
UTC Build Time: 2021-07-07 12:16:42
GoVersion: go1.16.4
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
The text was updated successfully, but these errors were encountered: