sopel39 commented on issue #12590:
URL: https://github.com/apache/iceberg/issues/12590#issuecomment-2741242763

   ```
     at org.apache.iceberg.util.Tasks.waitFor(Tasks.java:518)
     at org.apache.iceberg.util.Tasks.access$800(Tasks.java:42)
     at org.apache.iceberg.util.Tasks$Builder.runParallel(Tasks.java:358)
     at org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:201)
     at org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:196)
     at org.apache.iceberg.CatalogUtil.deleteFiles(CatalogUtil.java:158)
     at org.apache.iceberg.CatalogUtil.dropTableData(CatalogUtil.java:122)
   ```
   translates into `  at 
com.amazonaws.services.s3.AmazonS3Client.deleteObjects(AmazonS3Client.java:2381)`
   which I believe might be time consuming request compared to GET requests. 
Hence maybe a new pool would be useful.


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