Easwar Swaminathan
Easwar Swaminathan
This is the sequence of events that is causing the problem: - Channel 0 shuts down, xDS resolver stops watching the Listener resource - xDS client asks the ADS stream...
> The PR copies the existing clientimpl, authority, clientimpl_watcher from internal xdsclient code along with the helpers that are part of gRPC and then modify them to use the generic...
Apologies for the delay.
@veblush @temawi Could you please check if our docs are out of date? I'm not sure who the owner is for this tutorial: https://grpc.io/docs/languages/cpp/async/
Is there an issue open for this? I feel that it would make sense to open an issue, discuss the options we have, finalize one, and then move on to...
https://github.com/grpc/grpc-go/actions/runs/13392143576/job/37402121862?pr=8103
Ran a million times without a failure on Forge.
Would you be able to provide some logs for us? With the following env vars set: `GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info`. Thanks.
The error mentioned in the issue description happens when connection to the management server fails. https://github.com/grpc/grpc-go/blob/ca4865d6dd6f3d8b77f1943ccfd6c9e78223912d/xds/internal/xdsclient/authority.go#L462C1-L463C1
Thanks for the logs. ``` 2024/10/03 16:01:45 WARNING: [xds] [xds-client 0xc0001d7b80] [unix:///etc/istio/proxy/XDS] ADS stream closed: EOF ``` The above line seem to indicate to me that the server is closing...