Skip to content

Add support for SO_REUSEPORT to vtgate (#19168)#796

Closed
rjlaine wants to merge 1 commit into
slack-22.0from
rlaine-slack-22.0-backport
Closed

Add support for SO_REUSEPORT to vtgate (#19168)#796
rjlaine wants to merge 1 commit into
slack-22.0from
rlaine-slack-22.0-backport

Conversation

@rjlaine

@rjlaine rjlaine commented Feb 11, 2026

Copy link
Copy Markdown

Description

Backports the following PR:
vitessio#19168

This will be used by vtgateproxy for hot-reloading.

@rjlaine rjlaine requested a review from a team as a code owner February 11, 2026 19:04
@github-actions github-actions Bot added this to the v22.0.3 milestone Feb 11, 2026
@codecov-commenter

codecov-commenter commented Feb 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 56.75676% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.77%. Comparing base (946a513) to head (0d3c8c2).

Files with missing lines Patch % Lines
go/vt/vtgate/plugin_mysql_server.go 0.00% 7 Missing ⚠️
go/netutil/reuseport_unix.go 76.47% 4 Missing ⚠️
go/vt/servenv/listen.go 62.50% 3 Missing ⚠️
go/mysql/server.go 66.66% 1 Missing ⚠️
go/vt/servenv/run.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           slack-22.0     #796      +/-   ##
==============================================
- Coverage       69.77%   69.77%   -0.01%     
==============================================
  Files            1605     1607       +2     
  Lines          213999   214025      +26     
==============================================
+ Hits           149324   149341      +17     
- Misses          64675    64684       +9     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rjlaine rjlaine force-pushed the rlaine-slack-22.0-backport branch 2 times, most recently from 0d3c8c2 to c12deff Compare February 11, 2026 22:11
Signed-off-by: Riley Laine <rlaine@slack-corp.com>
@rjlaine rjlaine force-pushed the rlaine-slack-22.0-backport branch from c12deff to cb0cf90 Compare February 11, 2026 22:40
@github-actions

Copy link
Copy Markdown

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

  • Push additional commits to the associated branch.
  • Remove the stale label.
  • Add a comment indicating why it is not stale.

If no action is taken within 7 days, this PR will be closed.

@github-actions github-actions Bot added the Stale label Mar 14, 2026
@github-actions

Copy link
Copy Markdown

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions Bot closed this Mar 22, 2026
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.

2 participants