This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new da8722f7035 branch-2.1: chore: disable download md5sum check by
default #50012 (#50047)
da8722f7035 is described below
commit da8722f70356b630a626628e85659ee4f3b1f8d3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 16 16:43:50 2025 +0800
branch-2.1: chore: disable download md5sum check by default #50012 (#50047)
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 96a136153ce..ff1bef18b91 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -244,7 +244,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]