Skip to content

Comments

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

Open
rjlaine wants to merge 1 commit intoslack-22.0from
rlaine-slack-22.0-backport
Open

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

Conversation

@rjlaine
Copy link

@rjlaine rjlaine commented Feb 11, 2026

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
Copy link

codecov-commenter commented Feb 11, 2026

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
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