-
Notifications
You must be signed in to change notification settings - Fork 409
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
crash in Backoffer::backoffWithMaxSleep
#8685
Comments
Seems it is a data race in Multiple threads will use the same |
It looks like the root cause is in https://github.com/tikv/client-c/blob/master/src/coprocessor/Client.cc#L641-L654 the expected behavior is to use 1 backoff for one region, but in https://github.com/tikv/client-c/blob/master/src/coprocessor/Client.cc#L539, it uses the backoff of current region to |
Reopen because the client-c fixes does not pick back to the tiflash repo yet. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
v6.5.4
The text was updated successfully, but these errors were encountered: