This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
from 12c8b56e2 fix: Fault-tolerant storage engine errors for read
operations (#1447)
add b11b45d64 fix(ddl_client): sleep for a while before retry once meta
server is busy (#1453)
No new revisions were added by this update.
Summary of changes:
.github/workflows/lint_and_test_cpp.yaml | 3 +
run.sh | 1 +
src/client/CMakeLists.txt | 2 +
src/client/replication_ddl_client.cpp | 207 +++++++++++----------
src/client/replication_ddl_client.h | 110 ++++++++++-
src/{http => client}/test/CMakeLists.txt | 10 +-
src/{shell => client/test}/config.ini | 0
src/client/test/ddl_client_test.cpp | 154 +++++++++++++++
src/{perf_counter => client}/test/main.cpp | 5 +-
.../proxy_ut => client/test}/run.sh | 8 +-
src/runtime/task/task_code.h | 3 +-
src/utils/fail_point.h | 24 ++-
12 files changed, 405 insertions(+), 122 deletions(-)
copy src/{http => client}/test/CMakeLists.txt (88%)
copy src/{shell => client/test}/config.ini (100%)
create mode 100644 src/client/test/ddl_client_test.cpp
copy src/{perf_counter => client}/test/main.cpp (89%)
copy src/{redis_protocol/proxy_ut => client/test}/run.sh (84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]