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 aa454b254d0 branch-3.0: chore: disable download md5sum check by
default #50012 (#50046)
aa454b254d0 is described below
commit aa454b254d0133f84a407be59393d2f5680ae876
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 30 17:18:24 2025 +0800
branch-3.0: chore: disable download md5sum check by default #50012 (#50046)
Cherry-picked from #50012
Co-authored-by: walter <[email protected]>
---
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 1bc9f557b37..9116d168dc6 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -257,7 +257,7 @@ DEFINE_mInt32(download_low_speed_time, "300");
// whether to download small files in batch
DEFINE_mBool(enable_batch_download, "false");
// whether to check md5sum when download
-DEFINE_mBool(enable_download_md5sum_check, "true");
+DEFINE_mBool(enable_download_md5sum_check, "false");
// download binlog meta timeout, default 30s
DEFINE_mInt32(download_binlog_meta_timeout_ms, "30000");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]