jackye1995 opened a new issue, #7118:
URL: https://github.com/apache/iceberg/issues/7118

   ### Feature Request / Improvement
   
   We have been using the URLConnection HTTP client, but there has been 
complaints about it having issue with S3 connection when throughput is high, it 
will transiently fail with:
   
   ```
   java.io.UncheckedIOException: javax.net.ssl.SSLException: Connection reset
       at 
software.amazon.awssdk.utils.FunctionalUtils.asRuntimeException(FunctionalUtils.java:180)
       at 
software.amazon.awssdk.utils.FunctionalUtils.lambda$safeSupplier$4(FunctionalUtils.java:110)
       at 
software.amazon.awssdk.utils.FunctionalUtils.invokeSafely(FunctionalUtils.java:136)
       at 
software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient$RequestCallable.lambda$call$1(UrlConnectionHttpClient.java:212)
   ```
   
   Upgrading the AWS version might have fixed the specific issue, but overall 
it feels better to use Apache client which is more mature.
   
   Any thoughts about changing this default? @amogh-jahagirdar @singhpk234 
@rajarshisarkar @nastra @danielcweeks 
   
   ### Query engine
   
   None


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to