gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1900424272
########## be/src/cloud/config.cpp: ########## @@ -77,5 +77,9 @@ DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "120"); DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true"); DEFINE_mBool(enable_cloud_tablet_report, "true"); + +DEFINE_mInt32(delete_bitmap_rpc_retry_times, "25"); + +DEFINE_mInt64(meta_service_rpc_reconn_interval_ms, "5000"); Review Comment: ```suggestion DEFINE_mInt64(meta_service_rpc_reconnect_interval_ms, "5000"); ``` ########## be/src/cloud/config.h: ########## @@ -111,5 +111,9 @@ DECLARE_mBool(enable_use_cloud_unique_id_from_fe); DECLARE_Bool(enable_cloud_tablet_report); +DECLARE_mInt32(delete_bitmap_rpc_retry_times); + +DECLARE_mInt64(meta_service_rpc_reconn_interval_ms); Review Comment: ```suggestion DECLARE_mInt64(meta_service_rpc_reconnect_interval_ms); ``` -- 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