-
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
planner: workaround the panic of command EXECUTE when printing an expensive query log #19316
Conversation
f828dfc
to
508eb41
Compare
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 |
@SunRunAway Oops! auto merge is restricted to Committers of the SIG.See the corresponding SIG page for more information. Related SIGs: planner(slack). |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/run-all-tests |
@SunRunAway merge failed. |
/merge |
@SunRunAway Oops! auto merge is restricted to Committers of the SIG.See the corresponding SIG page for more information. Related SIGs: planner(slack). |
/run-unit-test |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #19338 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #19339 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #19340 |
…ensive query log (#19316) (#19339) Co-authored-by: Feng Liyuan <[email protected]>
Signed-off-by: ti-srebot <[email protected]> Co-authored-by: Feng Liyuan <[email protected]>
What problem does this PR solve?
Issue Number: a workaround for #17419
Problem Summary:
session.currentPlan
is not set when runs command EXECUTE, so that panic happens if the expensive log is printing.What is changed and how it works?
Because the fix PR #17874 has a test issue that I could not resolve quickly, so this workaround PR is filing.
Proposal: xxx
What's Changed:
How it Works:
Related changes
Check List
Tests
Side effects
Release note