Yukang-Lian opened a new pull request, #67221: URL: https://github.com/apache/doris/pull/67221
### What problem does this PR solve? Issue Number: N/A Related PR: selectdb/selectdb-core#10971 Problem Summary: When unified TLS enables the Arrow Flight protocol, the Flight SQL server still advertises backend result endpoints with the grpc+tcp scheme. Clients follow that plaintext endpoint and fail to retrieve results from a TLS-enabled backend. Select the advertised grpc+tls scheme from the same enable_tls and tls_excluded_protocols settings that start the Arrow Flight TLS server. ### Release note Arrow Flight SQL now advertises TLS backend result endpoints when Arrow Flight TLS is enabled. ### Check List (For Author) - Test: Unit Test: ./run-fe-ut.sh --run org.apache.doris.service.arrowflight.DorisFlightSqlProducerTest (5 passed) - Behavior changed: Yes. Backend result endpoints use grpc+tls when Arrow Flight TLS is active and remain grpc+tcp otherwise. - Does this need documentation: No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
