cisaacson commented on issue #6967: URL: https://github.com/apache/arrow-rs/issues/6967#issuecomment-2585956996
I narrowed this down, it occurs whenever the code does something that takes longer (in our code or in DataFusion, the framework we are using with `arrow-flight-sql`). This may be a `tonic` issue. We use an `endpoint` timeout of 20s, and these places where the client times out are less than 1s on the server (probably ms but I have not timed them). For example we had some large static maps loading with `Lazy`, we loaded those upfront and the issue went away (not a real fix though). Then the same thing happened in DataFusion code, places with more processing (again nothing really long). I do believe this is a bug in `arrow-flight` or `tonic`. I'll report this to `tonic` as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
