steveloughran commented on issue #14951:
URL: https://github.com/apache/iceberg/issues/14951#issuecomment-3712066995

   * did you initially see this with the s3a code?
   * is there a proxy in the way?
   
   only times we've seen TIME_WAIT issues with s3a code is hbase compaction 
where seek() operations round the fS were triggering abort on the http channel, 
rather than the clean close you'd expect if a ranged get were used.
   
   If you want to play with the s3a code, set 
   ```
   fs.iostatistics.logging.level=info
   ```
   
   this will dump all collected stats on what's happening internally, and would 
be very informative for a view of what's happening at the bottom.


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