Looks like the information I'm looking for may be here:

https://github.com/grpc/grpc/tree/v1.60.0/third_party/cares

If I'm understanding this correctly, gRPC 1.60.0 should be running c-ares 
1.19.1.

On Thursday, January 18, 2024 at 8:13:34 PM UTC-5 Nicholas Chammas wrote:

> How can I tell what version of c-ares gRPC is running?
>
> I am running a Spark Connect program which uses gRPC under the hood. I 
> tried enabling some gRPC debug information as follows:
>
> GRPC_TRACE=cares_resolver,cares_address_sorting,dns_resolver 
> GRPC_VERBOSITY=DEBUG python my-script.py
>
> But even though I see log lines related to c-ares, I don't see anything 
> that tells me what version of c-ares is running.
>
> I believe Spark Connect is using gRPC 1.60.0 under the hood, and looking 
> through the source I see mention of c-ares 1.13.0 
> <https://github.com/grpc/grpc/blob/v1.60.0/cmake/cares.cmake#L42>. But 
> this looks like a conditional build instruction, and I am not sure how this 
> translates to my runtime.
>
> So is there any way I can be sure of the version of c-ares that gRPC is 
> running on my system?
>
> Nick
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/c09d5c61-373d-4827-9261-c9edc14b99dan%40googlegroups.com.

Reply via email to