You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "jackye1995 (via GitHub)" <gi...@apache.org> on 2023/03/15 19:42:45 UTC

[GitHub] [iceberg] jackye1995 opened a new issue, #7118: Use Apache HTTP client as default AWS HTTP client

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

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


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


[GitHub] [iceberg] jackye1995 closed issue #7118: Use Apache HTTP client as default AWS HTTP client

Posted by "jackye1995 (via GitHub)" <gi...@apache.org>.
jackye1995 closed issue #7118: Use Apache HTTP client as default AWS HTTP client
URL: https://github.com/apache/iceberg/issues/7118


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

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


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


[GitHub] [iceberg] singhpk234 commented on issue #7118: Use Apache HTTP client as default AWS HTTP client

Posted by "singhpk234 (via GitHub)" <gi...@apache.org>.
singhpk234 commented on issue #7118:
URL: https://github.com/apache/iceberg/issues/7118#issuecomment-1470738252

   +1 on this 


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

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


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