This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d4fd912bbb7 [chore](CI) add enable_fetch_rowsets_from_peer_replicas to
cloud be custom config (#59496)
d4fd912bbb7 is described below
commit d4fd912bbb750a58e8a01667a53be7328640b3bb
Author: Siyang Tang <[email protected]>
AuthorDate: Thu Jan 8 06:25:41 2026 +0800
[chore](CI) add enable_fetch_rowsets_from_peer_replicas to cloud be custom
config (#59496)
---
regression-test/pipeline/cloud_p0/conf/be_custom.conf | 2 ++
regression-test/pipeline/nonConcurrent/conf/be.conf | 2 ++
2 files changed, 4 insertions(+)
diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index fa41a88af35..4d271ee063c 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -52,3 +52,5 @@ enable_prefill_all_dbm_agg_cache_after_compaction=true
enable_batch_get_delete_bitmap=true
get_delete_bitmap_bytes_threshold=10
+
+enable_fetch_rowsets_from_peer_replicas = true
diff --git a/regression-test/pipeline/nonConcurrent/conf/be.conf
b/regression-test/pipeline/nonConcurrent/conf/be.conf
index d8e4bbb6e35..e172968083f 100644
--- a/regression-test/pipeline/nonConcurrent/conf/be.conf
+++ b/regression-test/pipeline/nonConcurrent/conf/be.conf
@@ -89,4 +89,6 @@ large_cumu_compaction_task_min_thread_num=3
enable_parquet_page_index=true
enable_graceful_exit_check=true
+enable_fetch_rowsets_from_peer_replicas = true
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]