diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf b/regression-test/pipeline/cloud_p0/conf/be_custom.conf index fa41a88af35c11..4d271ee063cd0a 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 394784bc5174e0..053a6e9225b144 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 +