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

jiashuo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git.


    from 6e84d57  fix: asf file is invalid for the name is not right  (#939)
     new e0338f7  feat(dup_enhancement#17):  replica follower load duplication 
data when open replica (#917)
     new fe149ca  feat(dup_enhancement#18):  support batch send log on master 
side and handle it on follower side (#919)
     new 9633af8  fix(dup_enhancement#22): change batch send config by using 
rdsn config value (#930)
     new 45d4bb9  refactor(dup_enhancement#24): delete useless `freezed` 
argument (#935)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-pull-request.yaml             |   1 +
 rdsn                                               |   2 +-
 src/base/rrdb_types.cpp                            | 227 ++++++++++++++++-----
 src/idl/rrdb.thrift                                |   5 +
 src/include/rrdb/rrdb_types.h                      |  78 +++++--
 src/server/pegasus_mutation_duplicator.cpp         |  41 ++--
 src/server/pegasus_mutation_duplicator.h           |   2 +
 src/server/pegasus_server_impl.cpp                 | 156 +++++++-------
 src/server/pegasus_write_service.cpp               | 124 ++++++-----
 src/server/test/CMakeLists.txt                     |   1 +
 .../test/pegasus_mutation_duplicator_test.cpp      |  85 ++++++--
 src/server/test/pegasus_server_impl_test.cpp       |  24 +++
 src/server/test/pegasus_server_test_base.h         |  18 +-
 src/server/test/pegasus_write_service_test.cpp     |  35 ++--
 src/server/test/rocksdb_wrapper_test.cpp           |   6 +-
 src/shell/commands/duplication.cpp                 |  24 +--
 src/shell/main.cpp                                 |   2 +-
 17 files changed, 557 insertions(+), 274 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to