javrasya commented on issue #9444:
URL: https://github.com/apache/iceberg/issues/9444#issuecomment-2005144637

   I have a strong feeling that the Timeout error you get is also due to my 
buggy code. Just because it does not close the stream when socket closed 
exception is received, it ends up getting timeout most likely. 
   
   Otherwise, you can also play with the apache http client settings. I am 
defining the following ones explicitly for my Flink app;
   ```
         "http-client.apache.tcp-keep-alive-enabled": "true"
         "http-client.apache.socket-timeout-ms": "3600000"
         "http-client.apache.max-connections": "500"
   ```


-- 
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