This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new ff79d390600 [fix] fix enable_file_cache ff79d390600 is described below commit ff79d390600b398b5a2fca74b29cd372c886153d Author: Yongqiang YANG <dataroar...@gmail.com> AuthorDate: Wed Oct 2 09:47:57 2024 +0800 [fix] fix enable_file_cache --- be/src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index d1cf65c3724..0cda0ffdcc5 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -1690,7 +1690,7 @@ bool init(const char* conf_file, bool fill_conf_map, bool must_exist, bool set_t } if (config::is_cloud_mode()) { - auto st = config::set_config("enable_file_cache", "true", true); + auto st = config::set_config("enable_file_cache", "true", true, true); LOG(INFO) << "set config enable_file_cache " << "true" << " " << st; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org