morningman commented on code in PR #17633: URL: https://github.com/apache/doris/pull/17633#discussion_r1133371894
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1998,6 +1998,12 @@ public class Config extends ConfigBase { @ConfField(masterOnly = true) public static int hms_events_polling_interval_ms = 10000; + /** + * Regex pattern of HMS databases synchronization, empty string means synchronizing all databases. + */ + @ConfField(mutable = true, masterOnly = true) + public static String hms_sync_database_pattern = ""; Review Comment: How about making it as a property of a certain Catalog? So that we can specify different pattern for different Catalog -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org