dataroaring commented on code in PR #55236:
URL: https://github.com/apache/doris/pull/55236#discussion_r2313138808


##########
be/src/cloud/cloud_warm_up_manager.cpp:
##########
@@ -81,6 +81,11 @@ bvar::LatencyRecorder 
g_file_cache_warm_up_rowset_wait_for_compaction_latency(
 
 CloudWarmUpManager::CloudWarmUpManager(CloudStorageEngine& engine) : 
_engine(engine) {
     _download_thread = std::thread(&CloudWarmUpManager::handle_jobs, this);
+    static_cast<void>(ThreadPoolBuilder("CloudWarmUpManagerThreadPool")
+                              .set_min_threads(1)
+                              .set_max_threads(4)

Review Comment:
   config is better.



-- 
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]

Reply via email to