morningman commented on a change in pull request #3814: URL: https://github.com/apache/incubator-doris/pull/3814#discussion_r438186596
########## File path: be/src/common/config.h ########## @@ -281,6 +281,10 @@ namespace config { // This config can be set to 0, which means to forbid any compaction, for some special cases. CONF_Int32(max_compaction_concurrency, "-1"); + // Threshold to logging compaction trace, in seconds. + CONF_mInt32(base_compaction_trace_threshold, "10"); + CONF_mInt32(cumulative_compaction_trace_threshold, "2"); Review comment: Please update the `be-config.md` document, to explain these 2 configs, add how to use the trace. ---------------------------------------------------------------- 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. 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