gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892676741
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -3307,4 +3307,6 @@ public static int metaServiceRpcRetryTimes() { "For disabling certain SQL queries, the configuration item is a list of simple class names of AST" + "(for example CreateRepositoryStmt, CreatePolicyCommand), separated by commas."}) public static String block_sql_ast_names = ""; + + public static long ms_rpc_reconn_interval_ms = 20000; Review Comment: use full name `meta_service_rpc_reconnect_interval_ms` and add comment for it -- 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