Skip to content

Commit

Permalink
[fix](branch-3.0) Fix regression-test arrow flight sql port (#44407)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz authored Nov 21, 2024
1 parent 55ebad0 commit ece8411
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions regression-test/pipeline/cloud_p0/conf/fe_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cpu_resource_limit_per_analyze_task=-1
priority_networks=127.0.0.1/24
cloud_http_port=18030
meta_service_endpoint=127.0.0.1:5000
arrow_flight_sql_port = 8081
cloud_unique_id=cloud_unique_id_sql_server00
# for case test_build_mtmv.groovy
enable_job_schedule_second_for_test=true
Expand Down
1 change: 1 addition & 0 deletions regression-test/pipeline/cloud_p1/conf/fe_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cpu_resource_limit_per_analyze_task=-1
priority_networks=127.0.0.1/24
cloud_http_port=18030
meta_service_endpoint=127.0.0.1:5000
arrow_flight_sql_port = 8081
cloud_unique_id=cloud_unique_id_sql_server00
enable_light_index_change=false
enable_advance_next_id = true
2 changes: 2 additions & 0 deletions regression-test/pipeline/external/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ catalog_trash_expire_second=1
# priority_networks = 10.10.10.0/24;192.168.0.0/16
priority_networks=172.19.0.0/24

arrow_flight_sql_port = 8081

# Advanced configurations
# log_roll_size_mb = 1024
# sys_log_dir = ${DORIS_HOME}/log
Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p1/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ be_port = 9162
webserver_port = 8142
heartbeat_service_port = 9152
brpc_port = 8162
arrow_flight_sql_port = 8182
arrow_flight_sql_port = 8181

path_gc_check_interval_second=1
max_garbage_sweep_interval=180
Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p1/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ JAVA_OPTS_FOR_JDK_17="-Djavax.security.auth.useSubjectCredsOnly=false -Xmx8192m

sys_log_level = INFO
sys_log_mode = NORMAL
arrow_flight_sql_port = 8080
arrow_flight_sql_port = 8081
catalog_trash_expire_second=1
#enable ssl for test
enable_ssl = true
Expand Down

0 comments on commit ece8411

Please sign in to comment.