-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: return error when recover indexHash/MergeJoin worker (#18509) #18527
executor: return error when recover indexHash/MergeJoin worker (#18509) #18527
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
executor/index_lookup_merge_join.go
Outdated
<<<<<<< HEAD | ||
======= | ||
task := &lookUpMergeJoinTask{ | ||
doneErr: errors.New(fmt.Sprintf("%v", r)), | ||
results: make(chan *indexMergeJoinResult, numResChkHold), | ||
} | ||
close(task.results) | ||
omw.resultCh <- task | ||
>>>>>>> 30858ec... executor: return error when recover indexHash/MergeJoin worker (#18509) |
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.
Please resolve this conflict.
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
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
/merge |
/run-all-tests |
cherry-pick #18509 to release-4.0
What problem does this PR solve?
Issue Number: close #18070
Problem Summary:
What is changed and how it works?
What's Changed:
return the OOM error when indexHashJoin worker panics
How it Works:
Related changes
Check List
Tests
Side effects
N/A
Release note