jerryshao commented on code in PR #5406:
URL: https://github.com/apache/gravitino/pull/5406#discussion_r1910218844
##########
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:
Why it is the "6" seconds we defined here?
--
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]