Henry2SS commented on code in PR #15830: URL: https://github.com/apache/doris/pull/15830#discussion_r1071970015
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -740,7 +740,7 @@ public class Config extends ConfigBase { * txn manager will reject coming txns */ @ConfField(mutable = true, masterOnly = true) - public static int max_running_txn_num_per_db = 100; + public static int default_db_max_running_txn_num = 100; Review Comment: > How about NOT changing the origin config name? As far as I know, many user modified this config by their own If we apply the new config, the former one is useless. And if we don't change the config name according to the existing format of database configs, there will be ambiguity. -- 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