diqiu50 commented on code in PR #4213:
URL: https://github.com/apache/gravitino/pull/4213#discussion_r1690684458


##########
trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/CatalogConnectorManager.java:
##########
@@ -60,7 +60,7 @@ public class CatalogConnectorManager {
 
   private static final int CATALOG_LOAD_FREQUENCY_SECOND = 10;
   private static final int NUMBER_EXECUTOR_THREAD = 1;
-  private static final int LOAD_METALAKE_TIMEOUT = 30;
+  private static final int LOAD_METALAKE_TIMEOUT = 60;

Review Comment:
   In distribution environment.  if found create catalog it's take too long 
time. the function throw the timeout exception. I try to increase this value, 
and add some log to check the problems



-- 
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]

Reply via email to