danielcweeks opened a new pull request, #9195:
URL: https://github.com/apache/iceberg/pull/9195

   The default config for http connections is only 25 connections and 5 per 
host.  Since the REST client is typically talking to a single host, the number 
of connections allowed is relatively small and can cause contention where the 
client is shared across multiple running jobs (Spark/Trino/Kafka Connect, etc.).
   
   This PR increases the defaults and allows for configuring the values.  The 
pool grows dynamically as connections are needed and reused if available, so 
higher defaults should not impact typical usage, but allows for growth if there 
is contention.


-- 
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...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to