-
Notifications
You must be signed in to change notification settings - Fork 135
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
slowquery: fix 500 when parsing binary plan fails #1518
Conversation
Signed-off-by: mornyx <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1518 +/- ##
=======================================
Coverage 24.72% 24.73%
=======================================
Files 168 168
Lines 15003 15000 -3
=======================================
Hits 3710 3710
+ Misses 11022 11019 -3
Partials 271 271
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
Signed-off-by: mornyx <[email protected]>
* distinguish tiflash_compute node (#1513) * pkg: add resource manager api (#1511) Signed-off-by: husharp <[email protected]> * slowquery: fix 500 when parsing binary plan fails (#1518) Signed-off-by: mornyx <[email protected]> * feat: implement resource manager app (#1514) * fix: fix monitoring doc ref link for tidb-dashboard op (#1520) * fix: hide capacity warning if estimate ru fails (#1521) * refine: add tidb and tikv cpu quota for resource manager (#1522) * update version: 2023.05.08.1 --------- Signed-off-by: husharp <[email protected]> Signed-off-by: mornyx <[email protected]> Co-authored-by: guo-shaoge <[email protected]> Co-authored-by: Hu# <[email protected]> Co-authored-by: Yexiang Zhang <[email protected]>
Also fixed in 7.1.x by tikv/pd#6416 |
close: #1515
What's changed
Fix the issue where parsing the binary plan results in an error and return 500 in such cases.