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 6d66196123c [fix](variant)group name optimization (#32598)
add 39d695c05c7 [opt](fqdn) Add DNS Cache for FE and BE (#32869)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 2 +
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 | 3 +
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 | 12 ++-
.../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, 250 insertions(+), 21 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: [email protected]
For additional commands, e-mail: [email protected]