metalshanked opened a new issue, #6822: URL: https://github.com/apache/gravitino/issues/6822
### Version main branch ### Describe what's wrong using Gravitino 0.8.0, Iceberg REST catalog with an HMS backend. I seem to get getting connection errors to the HMS ``` 2025-04-02 13:06:46.334 WARN [iceberg-rest-24] [org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:218)] - MetaStoreClient lost connection. Attempting to reconnect (1 of 1) after 1s. getTableObjectsByName ``` Is there a way to set HMS specfic settings for Iceberg REST Catalog w/HMS? I tried the below from the docs for Hive Catalog but it did not seem to have any effect ``` gravitino.bypass.hive.metastore.failure.retries = 3 gravitino.bypass.hive.metastore.client.connect.retry.delay=1000 gravitino.bypass.hive.metastore.client.socket.timeout=20000 ``` Thanks! ### Error message and/or stacktrace ``` 2025-04-02 13:06:46.334 WARN [iceberg-rest-24] [org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:218)] - MetaStoreClient lost connection. Attempting to reconnect (1 of 1) after 1s. getTableObjectsByName ``` ### How to reproduce 0.8.0 ### Additional context _No response_ -- 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]
