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

failed to ACK a discovery response: rpc error: code = Unavailable desc = transport is closing #10059

Open
slonka opened this issue Apr 24, 2024 · 0 comments
Labels
kind/bug A bug kind/service-review Service review issue triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@slonka
Copy link
Contributor

slonka commented Apr 24, 2024

What happened?

Full error:

KDSSyncClient finished with an error: failed to ACK a discovery response: rpc error: code = Unavailable desc = transport is closing

github.com/kumahq/kuma/pkg/kds/v2/client.(*kdsSyncClient).Receive
	github.com/kumahq/kuma@v0.0.0-20240416074144-8d2eaed06c21/pkg/kds/v2/client/kds_client.go:110
github.com/kumahq/kuma/pkg/kds/global.Setup.func3.1
	github.com/kumahq/kuma@v0.0.0-20240416074144-8d2eaed06c21/pkg/kds/global/components.go:176
runtime.goexit
	runtime/asm_amd64.s:1650
KDSSyncClient finished with an error
github.com/kumahq/kuma/pkg/kds/global.Setup.func3.1
	github.com/kumahq/kuma@v0.0.0-20240416074144-8d2eaed06c21/pkg/kds/global/components.go:178
runtime.goexit
	runtime/asm_amd64.s:1650

should we guard all Send with a context canceled check?

@slonka slonka added triage/pending This issue will be looked at on the next triage meeting kind/bug A bug kind/service-review Service review issue triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug kind/service-review Service review issue triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

1 participant