-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
upstream: fix panic on grpc unknown_service status on healthchecks #10863
Conversation
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@mattklein123 fixed ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo small comment change and needs a format fix. Thanks!
/wait
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@mattklein123 though no issue on code format on my side 🤔 |
@Sh4d1 please check CI to see what the issue is, thanks. /wait |
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@mattklein123 stupid typo 😅 should be good now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
…nvoyproxy#10863) Signed-off-by: Patrik Cyvoct <patrik@ptrk.io> Signed-off-by: pengg <pengg@google.com>
Signed-off-by: Patrik Cyvoct patrik@ptrk.io
Description: Fix a panic where a grpc health check would send SERVICE_UNKNOWN status
Risk Level: Low
Testing: unit
Docs Changes: non
Release Notes: done
Fixes #10825