Skip to content

Conversation

@ti-chi-bot
Copy link
Member

This is an automated cherry-pick of #956

What problem does this PR solve?

Issue Number: close #952

Problem Summary:

Previously, a malformed packet will cause panic (though in recoverable goroutine). It'll increase metrics.ServerErrCounter.WithLabelValues("panic") and cause some alerts.

What is changed and how it works:

I checked that the length of the handshake response packet (or ssl request packet) should be greater or equal than 32, so some of the malformed packet will be refused.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Notable changes

  • Has configuration change
  • Has HTTP API interfaces change
  • Has tiproxyctl change
  • Other user behavior changes

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

@ti-chi-bot
Copy link

ti-chi-bot bot commented Oct 27, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: djshow832

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the lgtm label Oct 27, 2025
@ti-chi-bot
Copy link

ti-chi-bot bot commented Oct 27, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-10-27 03:51:12.761597698 +0000 UTC m=+1275778.838850248: ☑️ agreed by djshow832.

@ti-chi-bot ti-chi-bot bot added the approved label Oct 27, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-nextgen-20251023@1294f08). Learn more about missing BASE report.

Additional details and impacted files
@@                     Coverage Diff                     @@
##             release-nextgen-20251023     #958   +/-   ##
===========================================================
  Coverage                            ?   67.59%           
===========================================================
  Files                               ?      136           
  Lines                               ?    13479           
  Branches                            ?        0           
===========================================================
  Hits                                ?     9111           
  Misses                              ?     3740           
  Partials                            ?      628           
Flag Coverage Δ
unit 67.59% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ti-chi-bot ti-chi-bot bot merged commit 1f96aff into pingcap:release-nextgen-20251023 Oct 27, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants