gavinchou commented on code in PR #60180:
URL: https://github.com/apache/doris/pull/60180#discussion_r2720311578
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -417,6 +423,17 @@ Status ExecEnv::_init(const std::vector<StorePath>&
store_paths,
_index_policy_mgr = new IndexPolicyMgr();
+ // Initialize warmup download rate limiter for cloud mode
+ if (config::is_cloud_mode() &&
config::warmup_download_rate_limit_bytes_per_second > 0) {
Review Comment:
better dynamic configurable
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -417,6 +423,17 @@ Status ExecEnv::_init(const std::vector<StorePath>&
store_paths,
_index_policy_mgr = new IndexPolicyMgr();
+ // Initialize warmup download rate limiter for cloud mode
+ if (config::is_cloud_mode() &&
config::warmup_download_rate_limit_bytes_per_second > 0) {
Review Comment:
better dynamically configurable
--
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]