-
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
execute sql panic #17419
Comments
This issue is resolved by the workaround of #19316 and the panic will no longer happen. But I'll leave this issue open until it is fully fixed. |
What else should we do to reach "fully fix" state? @SunRunAway |
@SunRunAway PTAL |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
@SunRunAway @XuHuaiyu is this issue fixed "fully"? |
@SunRunAway @XuHuaiyu although, we can close this issue as there is a workaround. But could you create a new issue to describe the root cause and we can work on that to entirely fix the issue? |
There're two PRs related to this issue. #17874 was the original one, and I tried to fix it, but I was blocked because one of the JDBC tests failed. #19316 was the workaround one, but the expensive query log will have no plan detail if a query triggers an expensive query log with command EXECUTE. Because I have no time to fix it properly now, I suggest someone should investigate with #17874 again if we want to fix it entirely. |
Adjusting severity to moderate. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
sysbench prepare
2. What did you expect to see? (Required)
No panic
3. What did you see instead (Required)
4. Affected version (Required)
v4.0.0
5. Root Cause Analysis
The text was updated successfully, but these errors were encountered: