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/c24e5292-cbc3-4254-86a6-0fc4d19a59d1n%40googlegroups.com.

Reply via email to