gavinchou commented on code in PR #49067: URL: https://github.com/apache/doris/pull/49067#discussion_r2008705917
########## cloud/src/common/config.h: ########## @@ -264,4 +264,8 @@ CONF_Bool(enable_loopback_address_for_ms, "false"); // Which vaults should be recycled. If empty, recycle all vaults. // Comma seprated list: recycler_storage_vault_white_list="aaa,bbb,ccc" CONF_Strings(recycler_storage_vault_white_list, ""); + +CONF_mInt32(retry_reduce_busyness_threshold, "80"); Review Comment: add comments -- 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]
