-
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
gc_worker: fix deadlock in physicalScanAndResolveLocks (#16393) #16915
Conversation
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry @youjiali1995, you don't have permission to trigger auto merge event on this branch. |
@bb7133 Please merge it. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/run-all-tests |
@sre-bot merge failed. |
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/run-integration-copr-test |
1 similar comment
/run-integration-copr-test |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
/rebuild |
@sre-bot merge failed. |
/merge |
/run-all-tests |
cherry-pick #16393 to release-4.0
Signed-off-by: youjiali1995 zlwgx1023@gmail.com
What problem does this PR solve?
Issue Number: close #16304
Problem Summary:
It's possible to block on channel sending in physicalScanAndResolveLocks when error occours.
What is changed and how it works?
What's Changed:
Check
ctx.Done()
when sending to a channel.How it Works:
Related changes
Check List
Tests
Side effects
Release note