Skip to content
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

xds: fix NPE in wrr in TF state #10868

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

YifeiZhuang
Copy link
Contributor

The issues was introduced from 1.60
Before #10584 the WRR picker is only created for READY states, therefore the pick result is always A subchannel.
After #10584 the WRR picker is created for TF case, thus we may get a pick result that is empty.

fix b/287153892

@YifeiZhuang YifeiZhuang added the TODO:backport PR needs to be backported. Removed after backport complete label Feb 1, 2024
@YifeiZhuang YifeiZhuang merged commit a97f21b into grpc:master Feb 1, 2024
14 checks passed
@YifeiZhuang YifeiZhuang deleted the wrr-NPE branch February 1, 2024 17:06
@YifeiZhuang YifeiZhuang removed the TODO:backport PR needs to be backported. Removed after backport complete label Feb 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants