-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Java] JDBC Flight SQL driver not connect to individual endpoints specified by GetFlightInfo #40336
Comments
Hmm, there were definitely other changes but looking at the core it should definitely be using all locations: Lines 111 to 177 in 2b194ad
|
Thanks for your reply, i will debug this part of the code |
I upgrade to arrow 15.0.2 and redeploy environment, no problem anymore. not sure it’s related to version or environment. close issue, thanks for reply. |
Describe the bug, including details regarding any error messages, version, and platform.
FlightEndpoint returned by GetFlightInfoPreparedStatement is another flight server, but JDBC Flight SQL driver still fetch results from main flight server connection.
version: 15.0.0 release and 15.0.0 nightlies 2024.2.20
#38785, In fact I found this problem in arrow 14.0.1, It was solved using 15.0.0 nightlies at that time, but today I tried again and found problem occurred again.
#38521 This PR seems to actually solve this problem.
Component(s)
FlightRPC
The text was updated successfully, but these errors were encountered: