This is an automated email from the ASF dual-hosted git repository.

morningman 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 f42d09664ab branch-4.0: [enhancement](config) Change 
segments_key_bounds_truncation_threshold default to 36 #61984 (#62002)
f42d09664ab is described below

commit f42d09664abc4430683dcbcd50218678f9ecf80a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 21:13:14 2026 -0700

    branch-4.0: [enhancement](config) Change 
segments_key_bounds_truncation_threshold default to 36 #61984 (#62002)
    
    Cherry-picked from #61984
    
    Co-authored-by: bobhan1 <[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 938f75881a1..2f5b3804886 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1619,7 +1619,7 @@ DEFINE_mBool(enable_update_delete_bitmap_kv_check_core, 
"false");
 DEFINE_mBool(enable_fetch_rowsets_from_peer_replicas, "false");
 // the max length of segments key bounds, in bytes
 // ATTENTION: as long as this conf has ever been enabled, cluster downgrade 
and backup recovery will no longer be supported.
-DEFINE_mInt32(segments_key_bounds_truncation_threshold, "-1");
+DEFINE_mInt32(segments_key_bounds_truncation_threshold, "36");
 // ATTENTION: for test only, use random segments key bounds truncation 
threshold every time
 DEFINE_mBool(random_segments_key_bounds_truncation, "false");
 // p0, daily, rqg, external


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to