yiguolei commented on code in PR #23765: URL: https://github.com/apache/doris/pull/23765#discussion_r1313037551
########## be/src/common/config.cpp: ########## @@ -60,6 +60,9 @@ DEFINE_Int32(be_port, "9060"); // port for brpc DEFINE_Int32(brpc_port, "8060"); +// port for brpc +DEFINE_Int32(arrow_flight_port, "8070"); Review Comment: add the config to conf/be.conf then user will know there is a port he should config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org