Skip to content

Commit 78e1701

Browse files
committed
[chore](CI) add enable_fetch_rowsets_from_peer_replicas to cloud be custom config
1 parent 3f65bfd commit 78e1701

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

regression-test/pipeline/cloud_p0/conf/be_custom.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ enable_prefill_all_dbm_agg_cache_after_compaction=true
5252

5353
enable_batch_get_delete_bitmap=true
5454
get_delete_bitmap_bytes_threshold=10
55+
56+
enable_fetch_rowsets_from_peer_replicas = true

regression-test/pipeline/nonConcurrent/conf/be.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ large_cumu_compaction_task_min_thread_num=3
8989
enable_parquet_page_index=true
9090
enable_graceful_exit_check=true
9191

92+
enable_fetch_rowsets_from_peer_replicas = true
93+
9294

0 commit comments

Comments
 (0)