lidavidm opened a new issue, #494:
URL: https://github.com/apache/arrow-java/issues/494

   ### Describe the enhancement requested
   
   - The default connect timeout is 30 seconds. This is rather painful when the 
server returns an address that isn't reachable. (Example: the server is 
deployed on a Kubernetes cluster that is being accessed via 
proxy/port-forwarding, and the server has a separated data plane/control plane.)
   - We hit this timeout on every query. As a stepping stone to full caching of 
clients (#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

Reply via email to