-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix: Update found rows pool transaction capacity dynamically via vttablet debug/env #17055
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17055 +/- ##
=======================================
Coverage 67.42% 67.43%
=======================================
Files 1569 1569
Lines 252120 252124 +4
=======================================
+ Hits 169997 170015 +18
+ Misses 82123 82109 -14 ☔ View full report in Codecov by Sentry. |
If you look at the diff as a whole it will be difficult to follow. I have made individual 6 commits to show the changes made with intention. |
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
e477613
to
43af039
Compare
Description
This PR fixes a bug in debug/env to also update both normal and found rows pool of Transaction Pool when modified through /debug/env UI of vttablet.
Related Issue(s)
Checklist
Deployment Notes