adamreeve commented on PR #44377: URL: https://github.com/apache/arrow/pull/44377#issuecomment-2406476008
There was a race condition where the C# client could try to request the data before the server stored it here: https://github.com/apache/arrow/blob/dcc1ee5b1d4851870724ab5e4cf475bcac007b56/cpp/src/arrow/flight/integration_tests/test_integration_server.cc#L153 I could reliably reproduce it by adding a small sleep in the C++ server before that line. Reading to the end of the response stream in the client seems to fix it. -- 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]
