You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
We are using Arrow flight driver to connect excel to Dremio. It used to work fine till approx Oct'23 but started throwing error since then and its getting widespread in our organization.
Error we are getting is :
//
Flight Returned unavailable error, with message DNS resolution failed for enterprisedremio-flight.xxxxxxxxxxxxxxxx.net:443: C-ares status is not ARES_SUCCESS qtype=A name=enterprisedremio-flight.xxxxxxxxxxxxxxxx.net is_balancer=0: Domain name not found. PLease ensure your encryption settings match the server
//
This is blocking a huge number of users in the org to establish connections to Dremio Platform.
Verion of arrow flight ODBC driver : arrow-flight-sql-odbc-0.9.1.194-win64.
Have not tested on Mac.
Please help to overcome this issue. let me know what all details would be needed.
Thanks and Regards
Arun
Component(s)
FlightRPC
The text was updated successfully, but these errors were encountered:
Properly speaking, this is a bug in gRPC and not something that Arrow Flight can do anything
about. I would recommend asking the developers at https://github.com/grpc/grpc/, and if you search, this sort of problem is quite common. (Additionally, the ODBC driver is supported by Dremio, it is not part of the Arrow project.)
I would like to make this the default for Flight, but gRPC explicitly does not let you configure this in code (presumably because they prefer you use their homegrown DNS resolver instead of the system libraries, for whatever reason).
Describe the bug, including details regarding any error messages, version, and platform.
We are using Arrow flight driver to connect excel to Dremio. It used to work fine till approx Oct'23 but started throwing error since then and its getting widespread in our organization.
Error we are getting is :
//
Flight Returned unavailable error, with message DNS resolution failed for enterprisedremio-flight.xxxxxxxxxxxxxxxx.net:443: C-ares status is not ARES_SUCCESS qtype=A name=enterprisedremio-flight.xxxxxxxxxxxxxxxx.net is_balancer=0: Domain name not found. PLease ensure your encryption settings match the server
//
This is blocking a huge number of users in the org to establish connections to Dremio Platform.
Verion of arrow flight ODBC driver : arrow-flight-sql-odbc-0.9.1.194-win64.
Have not tested on Mac.
Please help to overcome this issue. let me know what all details would be needed.
Thanks and Regards
Arun
Component(s)
FlightRPC
The text was updated successfully, but these errors were encountered: