This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from ba4a23e8c feat(replication): make replication delay configurable
(#3087)
add 353bbd00f feat(replication): implement _getack for quick WAIT response
(#3075)
No new revisions were added by this update.
Summary of changes:
src/cluster/replication.cc | 39 ++++++++--
src/cluster/replication.h | 8 ++-
src/server/server.cc | 58 ++++++++++-----
src/server/server.h | 5 +-
tests/cppunit/server_wait_test.cc | 145 ++++++++++++++++++++++++++++++++++++++
5 files changed, 228 insertions(+), 27 deletions(-)
create mode 100644 tests/cppunit/server_wait_test.cc