-
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
KVStore: Fix AsyncTasksTest.Cancel1 deadlock #8952
Labels
Comments
CalvinNeo
changed the title
KVStore: Fix Cancel1 deadlock
KVStore: Fix AsyncTasksTest.Cancel1 deadlock
Apr 16, 2024
|
|
Destroy of
dead lock in later lambda and ~FastAddPeerContext. The lambda is the last owner of fap_context. Its quitting results in the destroy of fap_context, thus AsyncTasks. main: worker:
|
When the last task finishes in some worker, |
Another
|
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
This problem is similar to #8848.
We should use explicit shutdown.
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: