From 4c9bf98dcdb8e8a76fffc9d843c5f4391b2b03dd Mon Sep 17 00:00:00 2001 From: Xinyi Zou Date: Mon, 4 Dec 2023 19:24:15 +0800 Subject: [PATCH] [config](p0) Pipeline p0 open arrow_flight_sql_port #27945 --- regression-test/pipeline/p0/conf/be.conf | 1 + regression-test/pipeline/p0/conf/fe.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/regression-test/pipeline/p0/conf/be.conf b/regression-test/pipeline/p0/conf/be.conf index df9b08157f..2a25830a08 100644 --- a/regression-test/pipeline/p0/conf/be.conf +++ b/regression-test/pipeline/p0/conf/be.conf @@ -25,6 +25,7 @@ be_port = 9161 webserver_port = 8141 heartbeat_service_port = 9151 brpc_port = 8161 +arrow_flight_sql_port = 8181 mem_limit = 90% disable_minidump = true diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index b301d04a88..df5890b5d1 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -37,6 +37,8 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath= # INFO, WARN, ERROR, FATAL sys_log_level = INFO +arrow_flight_sql_port = 8080 + # store metadata, must be created before start FE. # Default value is ${DORIS_HOME}/doris-meta # meta_dir = ${DORIS_HOME}/doris-meta