Skip to content

fix: Optimize weighted random choice in route selection #3199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Dec 4, 2024

resolves #3197 (BA-22).

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Test case(s)

@github-actions github-actions bot added size:M 30~100 LoC comp:appproxy Related to App Proxy component labels Dec 4, 2024
@achimnol achimnol force-pushed the topic/improve-app-proxy-load-balancing branch 2 times, most recently from 388657d to 5239b4c Compare December 6, 2024 14:53
Copy link
Member Author

achimnol commented Dec 6, 2024

@achimnol achimnol force-pushed the topic/improve-app-proxy-load-balancing branch from 5239b4c to 4d22a1d Compare December 9, 2024 05:30
Copy link
Collaborator

@HyeockJinKim HyeockJinKim left a comment

Choose a reason for hiding this comment

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

lgtm

@achimnol achimnol force-pushed the topic/improve-app-proxy-load-balancing branch from 4d22a1d to fc25c89 Compare January 3, 2025 10:55
@HyeockJinKim HyeockJinKim added this pull request to the merge queue Feb 6, 2025
Merged via the queue into main with commit e235a02 Feb 6, 2025
21 checks passed
@HyeockJinKim HyeockJinKim deleted the topic/improve-app-proxy-load-balancing branch February 6, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:appproxy Related to App Proxy component size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace route selection logic with native C implementation
2 participants