This is an automated email from the ASF dual-hosted git repository.
zouxinyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 34d6572a65a [fix](arrow-flight-sql) Fix regression-test arrow flight
port (#39802)
34d6572a65a is described below
commit 34d6572a65af04d985ce7aea1a22a5b0e8897f8d
Author: Xinyi Zou <[email protected]>
AuthorDate: Fri Aug 23 11:09:22 2024 +0800
[fix](arrow-flight-sql) Fix regression-test arrow flight port (#39802)
Fix regression-test arrow flight port
---
regression-test/pipeline/cloud_p0/conf/be_custom.conf | 1 +
regression-test/pipeline/cloud_p0/conf/fe_custom.conf | 2 ++
regression-test/pipeline/cloud_p1/conf/be_custom.conf | 1 +
regression-test/pipeline/cloud_p1/conf/fe_custom.conf | 2 ++
regression-test/pipeline/external/conf/fe.conf | 2 ++
regression-test/pipeline/p1/conf/be.conf | 2 +-
regression-test/pipeline/p1/conf/fe.conf | 2 +-
7 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index 9f2967b1972..440c928d6c1 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -33,3 +33,4 @@ save_load_error_log_to_s3 = true
enable_stream_load_record = true
stream_load_record_batch_size = 500
webserver_num_workers = 128
+arrow_flight_sql_port = 8181
diff --git a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
index d175768b6c0..d35632eb748 100644
--- a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
@@ -29,6 +29,8 @@ max_query_profile_num=1000
statistics_sql_mem_limit_in_bytes=21474836480
cpu_resource_limit_per_analyze_task=-1
+arrow_flight_sql_port = 8081
+
priority_networks=127.0.0.1/24
cloud_http_port=18030
meta_service_endpoint=127.0.0.1:5000
diff --git a/regression-test/pipeline/cloud_p1/conf/be_custom.conf
b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
index a5715ac7a7a..52ac2b70dc3 100644
--- a/regression-test/pipeline/cloud_p1/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
@@ -29,3 +29,4 @@ enable_file_cache = true
file_cache_path =
[{"path":"/data/doris_cloud/file_cache","total_size":104857600,"query_limit":104857600}]
tmp_file_dirs =
[{"path":"/data/doris_cloud/tmp","max_cache_bytes":104857600,"max_upload_bytes":104857600}]
save_load_error_log_to_s3 = true
+arrow_flight_sql_port = 8181
diff --git a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
index 258f41097ed..a1867e0ee60 100644
--- a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
@@ -35,3 +35,5 @@ meta_service_endpoint=127.0.0.1:5000
cloud_unique_id=cloud_unique_id_sql_server00
enable_light_index_change=false
enable_advance_next_id = true
+
+arrow_flight_sql_port = 8081
diff --git a/regression-test/pipeline/external/conf/fe.conf
b/regression-test/pipeline/external/conf/fe.conf
index 8eed72816e8..88d8711a5b3 100644
--- a/regression-test/pipeline/external/conf/fe.conf
+++ b/regression-test/pipeline/external/conf/fe.conf
@@ -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
diff --git a/regression-test/pipeline/p1/conf/be.conf
b/regression-test/pipeline/p1/conf/be.conf
index 466f0d58961..9715b812ba2 100644
--- a/regression-test/pipeline/p1/conf/be.conf
+++ b/regression-test/pipeline/p1/conf/be.conf
@@ -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
diff --git a/regression-test/pipeline/p1/conf/fe.conf
b/regression-test/pipeline/p1/conf/fe.conf
index 4013ffc5077..07a8b71b9a3 100644
--- a/regression-test/pipeline/p1/conf/fe.conf
+++ b/regression-test/pipeline/p1/conf/fe.conf
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]