This is an automated email from the ASF dual-hosted git repository.
luwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7919f2a99b5 [Fix](Streamingjob) Fix the issue of synchronization
failure under empty tables (#59735)
add 72dd046d7e0 [enhancement](cloud) improve FE RPC retry and MetaService
connection handling (#59698)
No new revisions were added by this update.
Summary of changes:
be/src/cloud/config.cpp | 2 +-
.../runtime/stream_load/stream_load_executor.cpp | 23 ++--
be/src/util/thrift_rpc_helper.cpp | 52 +++++++--
be/src/util/thrift_rpc_helper.h | 11 ++
.../main/java/org/apache/doris/common/Config.java | 2 +-
.../apache/doris/cloud/rpc/MetaServiceProxy.java | 35 +++++-
.../doris/cloud/rpc/MetaServiceProxyTest.java | 127 +++++++++++++++++++++
7 files changed, 227 insertions(+), 25 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/cloud/rpc/MetaServiceProxyTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]