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

github-bot pushed a change to branch auto-pick-59904-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 48f64d6a7e0 branch-4.0: [fix](cloud) fix packed file warmup cannot 
read small files (#60160) (#60207)
     add 6b7b854420d [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