freemandealer commented on code in PR #18015: URL: https://github.com/apache/doris/pull/18015#discussion_r1144281087
########## be/src/common/config.h: ########## @@ -418,6 +418,8 @@ CONF_mInt32(stream_load_record_batch_size, "50"); CONF_Int32(stream_load_record_expire_time_secs, "28800"); // time interval to clean expired stream load records CONF_mInt64(clean_stream_load_record_interval_secs, "1800"); +// Whether to enable stream load profile to be printed to the log, the default is false. +CONF_mBool(enable_stream_load_log, "false"); Review Comment: `enable_stream_load_profile_log`? -- 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]
