edgao opened a new pull request, #15094: URL: https://github.com/apache/iceberg/pull/15094
similar to https://github.com/apache/iceberg/commit/ff813445916bfd6ec1cc30a02b02f8bade7a26f6#diff-6c7387be14971c2febd327b91d20ef0e12fc705fc3e7a8449387d8496d418190, except on the `glue()` method. We're seeing some rate-limit errors when operating against Glue, and the default retry policy (`LEGACY`, i.e. 3 retries + no backoff) probably isn't helping. I didn't add a new unit test - that PR adds a test to verify that `applyRetryConfigurations` works correctly, but that's orthogonal to whether or not the method is actually called. TestAwsClientFactories returns the client object directly, and I couldn't figure out how to easily extract the retry policy from a GlueClient object. I could be convinced to add this invocation on the `dynamo()` method as well - LMK -- 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]
