pvary commented on issue #3087: URL: https://github.com/apache/iceberg/issues/3087#issuecomment-916738242
The `RetryingMetaStoreClient` does the following: - Retries the failed request based on the Hive logic ([try-catch](https://github.com/apache/hive/blob/8f4f3b90fa5987e82025ecf81f8084c90130fd6b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java#L223-L253), [isRecoverableMetaException](https://github.com/apache/hive/blob/8f4f3b90fa5987e82025ecf81f8084c90130fd6b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java#L267-L276)) - Limits the number of retries - Delays the retries - Handles connection lifetimes - Handles expired keytab users - Provides a way to collect HMS response times -- 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]
