Skip to content

fix(listenerset): implement listener conflict precedence for protocol conflicts#9196

Open
zirain wants to merge 3 commits into
envoyproxy:mainfrom
zirain:fix-ListenerSetProtocolConflict
Open

fix(listenerset): implement listener conflict precedence for protocol conflicts#9196
zirain wants to merge 3 commits into
envoyproxy:mainfrom
zirain:fix-ListenerSetProtocolConflict

Conversation

@zirain

@zirain zirain commented Jun 9, 2026

Copy link
Copy Markdown
Member
  • Gateway-owned listeners sharing a single protocol collectively form the winner; only ListenerSet listeners using a different protocol are conflicted.
  • If Gateway-owned listeners disagree on protocol among themselves, no winner.
  • If listeners in same ListenerSet disagree on protocol among themselves, no winner.
  • Among listeners in differenets ListenerSet, the first in order wins.

Follo up: #9192

@zirain zirain requested a review from a team as a code owner June 9, 2026 10:50
@netlify

netlify Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploy Preview for cerulean-figolla-1f9435 ready!

Name Link
🔨 Latest commit fa25408
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/6a4bb8e800300700089dc963
😎 Deploy Preview https://deploy-preview-9196--cerulean-figolla-1f9435.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: abb6d094dc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread internal/gatewayapi/validate.go Outdated
@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.05882% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 75.39%. Comparing base (98c1be7) to head (fa25408).

Files with missing lines Patch % Lines
internal/gatewayapi/validate.go 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9196      +/-   ##
==========================================
+ Coverage   75.34%   75.39%   +0.05%     
==========================================
  Files         252      252              
  Lines       41477    41482       +5     
==========================================
+ Hits        31252    31277      +25     
+ Misses       8113     8090      -23     
- Partials     2112     2115       +3     

☔ View full report in Codecov by Harness.
📢 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.

@zirain

zirain commented Jun 10, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d156a9e7b3

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread internal/gatewayapi/validate.go
@zirain zirain force-pushed the fix-ListenerSetProtocolConflict branch from 87a3003 to ef6ac39 Compare June 17, 2026 01:40
@zirain

zirain commented Jun 17, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ef6ac39595

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread internal/gatewayapi/validate.go
@zirain

zirain commented Jun 17, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: 9ab3d44f35

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@zirain zirain added the area/conformance Gateway API Conformance Related Issues label Jun 24, 2026
@zirain zirain force-pushed the fix-ListenerSetProtocolConflict branch from 9ab3d44 to 336a939 Compare June 25, 2026 00:29
@zirain zirain added this to the v1.9.0-rc.1 Release milestone Jun 29, 2026
@zirain zirain force-pushed the fix-ListenerSetProtocolConflict branch from 336a939 to fa25408 Compare July 6, 2026 14:17
@kkk777-7

kkk777-7 commented Jul 7, 2026

Copy link
Copy Markdown
Member

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/conformance Gateway API Conformance Related Issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants