This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-63506-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 69b523ddffb branch-4.1: [fix](fe) avoid concurrent tablet stat
iteration failures #63298 (#63560)
add a6659ca3769 [fix](auth)Fix arrow flight client ip auth (#63506)
No new revisions were added by this update.
Summary of changes:
.../service/arrowflight/DorisFlightSqlService.java | 6 ++
.../auth2/FlightCredentialValidator.java | 3 +-
.../auth2/FlightRemoteIpServerStreamTracer.java | 103 +++++++++++++++++++++
.../FlightRemoteIpServerStreamTracerTest.java | 92 ++++++++++++++++++
.../arrow_flight_sql_p0/test_auth_remote_ip.groovy | 78 ++++++++++++++++
5 files changed, 280 insertions(+), 2 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/service/arrowflight/auth2/FlightRemoteIpServerStreamTracer.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/service/arrowflight/auth2/FlightRemoteIpServerStreamTracerTest.java
create mode 100644
regression-test/suites/arrow_flight_sql_p0/test_auth_remote_ip.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]