server: limit accumulated COM_STMT_SEND_LONG_DATA size (release-8.1-20260724-v8.1.2) (#69694) - #70170
server: limit accumulated COM_STMT_SEND_LONG_DATA size (release-8.1-20260724-v8.1.2) (#69694)#70170bb7133 wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughPrepared statements now limit accumulated long data by ChangesLong-data packet limit
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-8.1-20260724-v8.1.2 #70170 +/- ##
================================================================
Coverage ? 37.0245%
================================================================
Files ? 1505
Lines ? 576266
Branches ? 0
================================================================
Hits ? 213360
Misses ? 341576
Partials ? 21330
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@bb7133: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: close #69693
Problem Summary:
Cherry-pick #69694 (limit accumulated
COM_STMT_SEND_LONG_DATAsize) torelease-8.1-20260724-v8.1.2.What changed and how does it work?
Cherry-pick of ed2376a. One trivial conflict in the import block of
pkg/server/conn_stmt_test.go(dropped the master-onlypkg/planner/core/resolveimport, unused on this branch).go vet ./pkg/server/passes. See #69694 for the full description.Check List
Tests
Release note
Summary by CodeRabbit