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

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


    from 2ae85e42846 [conf](mysql) opt mysql network timeout to 600s #32545 
(#32739)
     add ea048ee7623 [opt](fqdn) Add DNS Cache for FE and BE (#32869) (#32995)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |  4 +
 be/src/common/config.h                             |  4 +
 be/src/runtime/client_cache.cpp                    |  2 +-
 be/src/runtime/exec_env.h                          |  4 +
 be/src/runtime/exec_env_init.cpp                   |  4 +
 be/src/util/brpc_client_cache.h                    |  4 +-
 be/src/util/dns_cache.cpp                          | 84 +++++++++++++++++++
 .../table_function_factory.h => util/dns_cache.h}  | 41 +++++++---
 .../main/java/org/apache/doris/catalog/Env.java    |  9 ++
 .../java/org/apache/doris/common/DNSCache.java     | 95 ++++++++++++++++++++++
 .../org/apache/doris/common/util/NetUtils.java     | 16 +++-
 .../org/apache/doris/rpc/BackendServiceProxy.java  |  4 +-
 12 files changed, 251 insertions(+), 20 deletions(-)
 create mode 100644 be/src/util/dns_cache.cpp
 copy be/src/{vec/exprs/table_function/table_function_factory.h => 
util/dns_cache.h} (56%)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/common/DNSCache.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to