yuqi1129 commented on code in PR #5406:
URL: https://github.com/apache/gravitino/pull/5406#discussion_r1910337162
##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogPropertiesMetadata.java:
##########
@@ -53,6 +53,10 @@ public class HadoopCatalogPropertiesMetadata extends
BaseCatalogPropertiesMetada
*/
public static final String DEFAULT_FS_PROVIDER =
"default-filesystem-provider";
+ static final String FILESYSTEM_CONNECTION_TIMEOUT_SECONDS =
+ "filesystem-connection-timeout-seconds";
+ static final int DEFAULT_GET_FILESYSTEM_TIMEOUT_SECONDS = 6;
Review Comment:
This is just an experience value. This specific setting depends on the
environment at that time. I believe 6s is long enough to get the connection.
--
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]