This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new da6a88722d9 branch-4.0: [behaviorchange](segmentcache) disable segment
cache prune default #59670 (#59825)
da6a88722d9 is described below
commit da6a88722d92bc4edb25e8a99e1ad8e13f3f2654
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 16:48:51 2026 +0800
branch-4.0: [behaviorchange](segmentcache) disable segment cache prune
default #59670 (#59825)
Cherry-picked from #59670
Co-authored-by: yiguolei <[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 ec25edf676e..85276a3cb2e 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1230,7 +1230,7 @@ DEFINE_Int32(segment_cache_capacity, "-1");
DEFINE_Int32(segment_cache_fd_percentage, "20");
DEFINE_mInt32(estimated_mem_per_column_reader, "512");
DEFINE_Int32(segment_cache_memory_percentage, "5");
-DEFINE_Bool(enable_segment_cache_prune, "true");
+DEFINE_Bool(enable_segment_cache_prune, "false");
// enable feature binlog, default false
DEFINE_Bool(enable_feature_binlog, "false");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]