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 b32e528828e branch-4.0: [chore](CI) add
enable_fetch_rowsets_from_peer_replicas to cloud be custom config #59496
(#59657)
b32e528828e is described below
commit b32e528828e82d37f5cef5ffac42ea200921956b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 16:12:58 2026 +0800
branch-4.0: [chore](CI) add enable_fetch_rowsets_from_peer_replicas to
cloud be custom config #59496 (#59657)
Cherry-picked from #59496
Co-authored-by: Siyang Tang <[email protected]>
---
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]