-
Notifications
You must be signed in to change notification settings - Fork 289
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
unit test etcdSuite.TestKVClientForceReconnect is not stable #2349
Comments
Another failed case: https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_integration_test/detail/cdc_ghpr_integration_test/2812/pipeline#step-435-log-37
|
https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_test/detail/cdc_ghpr_test/5901/pipeline AIL: client_test.go:3030: etcdSuite.TestKVClientForceReconnect
[2021-08-18T09:06:59.989Z]
[2021-08-18T09:06:59.989Z] client_test.go:3044:
[2021-08-18T09:06:59.989Z] s.testKVClientForceReconnect(c)
[2021-08-18T09:06:59.989Z] client_test.go:303:
[2021-08-18T09:06:59.989Z] c.Assert(err, check.IsNil)
[2021-08-18T09:06:59.989Z] ... value *errors.Error = &errors.Error{code:0, codeText:"CDC:ErrReachMaxTry", message:"reach maximum try: %d", redactArgsPos:[]int(nil), cause:(*errors.fundamental)(0xc000e96270), args:[]interface {}{20}, file:"/home/jenkins/agent/workspace/cdc_ghpr_test/go/src/github.com/pingcap/ticdc/pkg/retry/retry_with_opt.go", line:65} ("[CDC:ErrReachMaxTry]reach maximum try: 20")
|
|
|
|
|
https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_test/detail/cdc_ghpr_test/9430/pipeline
|
A common solution has been pr in https://github.com/pingcap/ticdc/pull/3612. If you find this issue happens again after this pr, pls reopen the this issue and @ me. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
Versions of the cluster
TiCDC version (execute
cdc version
):master@pingcap/ticdc@675aea7
The text was updated successfully, but these errors were encountered: