Larry Safran
Larry Safran
@ejona86 As mentioned, this will need to be added to grpc-proto, but at least can be reviewed.
This would make a great example.
It looks like the new behavior is more appropriate and correct. Are you just trying to understand what is going on or is there something that you would like us...
Release notes fro v1.58.0 have been updated to include this behavior change. Please feel free to file an issue with Python if you would like them to change their behavior.
There are some internal users that use this. Mostly used in tests by the prod team.
Are you providing multiple addresses or only a single address? Is it only in CONNECTING for a limited time or remains that way permanently?
Your log is showing that the time is being spent in some interceptor. The log message in `generateObjNames` happens at the beginning, so the time is spent before that. You...
The DNS name resolver will usually produce a stacktrace with a Cause that may help direct you.
https://github.com/grpc/grpc-java/pull/10973 should help to address that. On Wed, Mar 13, 2024 at 4:23 PM Eric Anderson ***@***.***> wrote: > We've seen lots of flakes. I wanna say mostly in Kokoro,...
@dapengzhang0 is this still an issue now that #8596 has been merged?