steveloughran commented on issue #12420: URL: https://github.com/apache/iceberg/issues/12420#issuecomment-2721152332
looking a bulk delete with the v2 sdk, as well as the 2.30.x regression, there are two other issues * 500 failures of individual files are not reported; if an s3 shard behind the load balancer fails, that is not picked up and retried * 503 failures of individual files are not escalated to a 503 reponse to the entire message In both cases, the HTTP request returns 200, and the SDK itself doesn't do retries/throttling. It's left to the caller. -- 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