Skip to content

Commit

Permalink
[fix](ci) external pipeline use regression-test/pipeline/external/con…
Browse files Browse the repository at this point in the history
…f/be.conf (#36139)

external pipeline use regression-test/pipeline/external/conf/be.conf instead of regression-test/pipeline/p0/conf/be.conf
relate to master #36132
Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen authored Jun 12, 2024
1 parent b75533e commit 73eda9b
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions regression-test/pipeline/external/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@

PPROF_TMPDIR="$DORIS_HOME/log/"

# For jdk 17+, this JAVA_OPTS will be used as default JVM options
JAVA_OPTS_FOR_JDK_17="-Xmx1024m -DlogPath=$DORIS_HOME/log/jni.log -Xlog:gc:$DORIS_HOME/log/be.gc.log.$CUR_DATE -Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true -Dsun.java.command=DorisBE -XX:-CriticalJNINatives --add-opens=java.base/java.net=ALL-UNNAMED"

# INFO, WARNING, ERROR, FATAL
sys_log_level = INFO

# ports for admin, web, heartbeat service
be_port = 9162
webserver_port = 8142
heartbeat_service_port = 9152
brpc_port = 8162
# ports for admin, web, heartbeat service
be_port = 9161
webserver_port = 8141
heartbeat_service_port = 9151
brpc_port = 8161
arrow_flight_sql_port = 8181

mem_limit = 50%
mem_limit = 90%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180
Expand All @@ -36,20 +40,19 @@ buffer_pool_limit = 2%
storage_page_cache_limit = 0%
disable_storage_page_cache = true
chunk_reserved_bytes_limit = 134217728
# Choose one if there are more than one ip except loopback address.
# Choose one if there are more than one ip except loopback address.
# Note that there should at most one ip match this list.
# If no ip match this rule, will choose one randomly.
# use CIDR format, e.g. 10.10.10.0/24
# Default value is empty.
# priority_networks = 10.10.10.0/24;192.168.0.0/16
priority_networks=172.19.0.0/24

# data root path, separate by ';'
# you can specify the storage medium of each root path, HDD or SSD
# you can add capacity limit at the end of each root path, seperate by ','
# eg:
# /home/disk2/doris, capacity limit is disk capacity, HDD(default)
#
#
# you also can specify the properties by setting '<property>:<value>', seperate by ','
# property 'medium' has a higher priority than the extension of path
#
Expand All @@ -60,16 +63,23 @@ priority_networks=172.19.0.0/24
# sys_log_roll_mode = SIZE-MB-1024
# sys_log_roll_num = 10
# sys_log_verbose_modules = *
# log_buffer_level = -1
log_buffer_level = -1
enable_stream_load_record = true
# palo_cgroups

storage_root_path=/mnt/ssd01/cluster_storage/doris.SSD/P0/cluster1;/mnt/ssd01/cluster_storage/doris.SSD
disable_auto_compaction=true
tablet_map_shard_size=256
priority_networks=172.19.0.0/24
fragment_pool_thread_num_max=5000
enable_fuzzy_mode=true
max_depth_of_expr_tree=200
enable_set_in_bitmap_value=true
enable_feature_binlog=true
max_sys_mem_available_low_water_mark_bytes=69206016
user_files_secure_path=/
enable_debug_points=true
# debug scanner context dead loop
enable_debug_log_timeout_secs=0

#enable_jvm_monitor = true

0 comments on commit 73eda9b

Please sign in to comment.