I’m using the Python arrow-flight-client as a means to access the dataset in Dremio
I am trying to access the data in an iteration, fetching 1000 records in each iteration, and randomly either at first or nth iteration I am getting this error in my local machine:
Exception: FlightInternalError('gRPC returned internal error, with message: RpcException: Timeout while waiting for client to be in ready state… Client context: OK. gRPC client debug context:
And getting this in Dremio UI
RpcException: Timeout while waiting for client to be in ready state.
I’m new to arrow flight / Dremio.I tried increasing timeout in flight.FlightCallOptions but it had no significant effect.
Can you please guide me if there is some other timeout to be set specifically for this gRPC error.
Thanks for your time and attention.
-Prashant