Skip to content
New issue

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

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

Already on GitHub? # 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
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants