Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions regression-test/pipeline/external/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ enable_missing_rows_correctness_check=true
KRB5_CONFIG=/keytabs/krb5.conf
kerberos_krb5_conf_path=/keytabs/krb5.conf
crash_in_memory_tracker_inaccurate = true

# This feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true
3 changes: 3 additions & 0 deletions regression-test/pipeline/p0/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ enable_missing_rows_correctness_check=true

crash_in_memory_tracker_inaccurate = true
enable_brpc_connection_check=true

# This feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true
3 changes: 3 additions & 0 deletions regression-test/pipeline/p1/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ enable_jvm_monitor = true
crash_in_memory_tracker_inaccurate = true
enable_table_size_correctness_check=true
enable_brpc_connection_check=true

# This feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true
3 changes: 3 additions & 0 deletions regression-test/pipeline/performance/conf/be_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ priority_networks=127.0.0.1/24
storage_root_path=/data/doris-storage-${branch_name}

streaming_load_max_mb=102400

# This feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true