gavinchou commented on code in PR #54284: URL: https://github.com/apache/doris/pull/54284#discussion_r2256931840
########## be/src/cloud/config.h: ########## @@ -134,5 +134,11 @@ DECLARE_mBool(enable_standby_passive_compaction); DECLARE_mDouble(standby_compaction_version_ratio); +DECLARE_mBool(enable_compaction_delay_commit_for_warm_up); + +DECLARE_mInt64(warm_up_rowset_sync_wait_min_timeout_ms); + +DECLARE_mInt64(warm_up_rowset_sync_wait_max_timeout_ms); Review Comment: add comment when to adjust and drawbacks of the new configurations -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
