This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8de085d38e2 [fix](paimon) Fix Paimon time-travel tag reads for expired 
snapshots (#60166)
     add 86ebb7cc787 [fix](rpc) Use resolved IP address for rpc connections 
instead of hostname to avoid DNS resolution failures (#59904)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/client_cache.cpp                    | 107 +++++--
 be/src/runtime/client_cache.h                      |  28 +-
 be/src/util/brpc_client_cache.h                    |  62 +++-
 be/src/util/dns_cache.cpp                          |  48 ++-
 be/src/util/dns_cache.h                            |   5 +
 .../java/org/apache/doris/common/DNSCache.java     |  21 +-
 .../org/apache/doris/rpc/BackendServiceClient.java |   7 +-
 .../org/apache/doris/rpc/BackendServiceProxy.java  |  14 +-
 .../java/org/apache/doris/common/DNSCacheTest.java | 356 +++++++++++++++++++++
 .../apache/doris/rpc/BackendServiceClientTest.java | 227 +++++++++++++
 .../apache/doris/rpc/BackendServiceProxyTest.java  | 303 ++++++++++++++++++
 11 files changed, 1128 insertions(+), 50 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/common/DNSCacheTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/rpc/BackendServiceClientTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/rpc/BackendServiceProxyTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to