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

upstream: fix panic on grpc unknown_service status on healthchecks #10863

Merged
merged 4 commits into from
Apr 21, 2020

Conversation

Sh4d1
Copy link
Contributor

@Sh4d1 Sh4d1 commented Apr 20, 2020

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

Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 21, 2020

@mattklein123 fixed ✔️

@mattklein123 mattklein123 self-assigned this Apr 21, 2020
Copy link
Member

@mattklein123 mattklein123 left a 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

source/common/upstream/health_checker_impl.cc Outdated Show resolved Hide resolved
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 21, 2020

@mattklein123 though no issue on code format on my side 🤔

@mattklein123
Copy link
Member

@Sh4d1 please check CI to see what the issue is, thanks.

/wait

Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 21, 2020

@mattklein123 stupid typo 😅 should be good now!

Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thank you!

@mattklein123 mattklein123 merged commit 7f692ba into envoyproxy:master Apr 21, 2020
penguingao pushed a commit to penguingao/envoy that referenced this pull request Apr 22, 2020
…nvoyproxy#10863)

Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
Signed-off-by: pengg <pengg@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Envoy crashes when gRPC healthcheck service returns SERVICE_UNKNOWN
2 participants