nextdreamblue commented on code in PR #14482: URL: https://github.com/apache/doris/pull/14482#discussion_r1029333438
########## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1916,5 +1916,12 @@ public class Config extends ConfigBase { */ @ConfField(mutable = true) public static boolean collect_external_table_stats_by_sql = false; + + /** + * Max num of same name meta informatntion in catalog recycle bin. + * Default is 3. + */ + @ConfField(mutable = true, masterOnly = false) + public static int max_same_name_catalog_trash_num = 3; Review Comment: docs/en/docs/admin-manual/config/fe-config.md -- 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