weizuo93 commented on a change in pull request #5737: URL: https://github.com/apache/incubator-doris/pull/5737#discussion_r623550148
########## File path: be/src/common/config.h ########## @@ -283,8 +281,7 @@ CONF_mInt32(cumulative_compaction_skip_window_seconds, "30"); CONF_mInt64(min_compaction_failure_interval_sec, "600"); // 10 min // This config can be set to limit thread number in compaction thread pool. -CONF_mInt32(min_compaction_threads, "10"); -CONF_mInt32(max_compaction_threads, "10"); +CONF_Int32(max_compaction_threads, "10"); Review comment: Now, `max_threads` and `min_threads`of Thread Pool can not be adjusted dynamically. Recently, I am looking into the implementation of the ThreadPool, and I consider supporting dynamic adjustment of `max_threads` and `min_threads`for thread pool later. How do you like it? -- 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