lidavidm opened a new issue, #661: URL: https://github.com/apache/arrow-java/issues/661
### Describe the enhancement requested Splitting up https://github.com/apache/arrow-java/issues/494 to make review more manageable. If a Flight SQL server returns a set of locations to try, and one of the locations is never reachable, we currently wait the full connect timeout on every attempt. This is rather painful. As a stepping stone to full caching of clients (https://github.com/apache/arrow-java/issues/157), we can cache failures and avoid trying those locations first on subsequent queries (we can still try them last in case other locations fail). -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org