stephen-shelby opened a new pull request, #10002: URL: https://github.com/apache/iceberg/pull/10002
For all Iceberg table operations (select, insert, alter, etc..) Glue tries to load the Iceberg table by reading in its metadata files. When loading an iceberg table and aws properties are illegal in catalog, GlueTableOperations repeatedly try to look for the metadata file. Retries up to 20 times with `exponential backoff` result in a long > 2 minutes hang. This PR introduces a new config, `iceberg.glue.metadata-refresh-max-retries`, in GlueTableOperations which default value remains unchanged. By adjusting the configuration in the catalog properties, errors message can be returned to the user ASAP when using starrocks. -- 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