szehon-ho opened a new issue #3087: URL: https://github.com/apache/iceberg/issues/3087
Iceberg uses its own ClientPoolImpl to implement retries. However, it lacks fine-grained retry configs like: retries and retry-backoff. It may make sense to implement this in high throughput environments to squeeze more out of Hive Metastores. One solution is to use Hive's native RetryingMetastoreClient: https://github.com/apache/iceberg/pull/2804 but it seems to conflict a bit with some existing code. Another solution is to continue own retrying logic in ClientPoolImpl and implement backoff and retries there, which is probably simpler at this point. -- 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]
