This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from db175b776 Merge branch 'unstable' into aleksraiden-patch-2
add 8c92c97b0 chore(log): replace logging calls in server/* (#2928)
add 1ee52eb3a chore(log): replace logging calls in storage/* (#2909)
add a352409db chore(log): replace logging calls in storage/rdb (#2936)
add 496f9d4ca fix(zset): wrong RESP reply in ZRANDMEMBER and ZMSCORE
command (#2937)
add 2b290b3cf chore(tests): remove SST load command test and grocksdb
(#2942)
add e9591f993 feat(logs): enable saving the slow logs into the file (#2903)
add a56d48aac Merge branch 'unstable' into aleksraiden-patch-2
No new revisions were added by this update.
Summary of changes:
.github/workflows/kvrocks.yaml | 13 +-
kvrocks.conf | 5 +
src/commands/cmd_zset.cc | 4 +-
src/common/logging.h | 48 +--
src/config/config.cc | 11 +-
src/config/config.h | 7 +
src/server/redis_connection.cc | 25 +-
src/server/redis_request.cc | 2 +-
src/server/server.cc | 110 +++---
src/server/tls_util.cc | 22 +-
src/server/worker.cc | 38 +-
src/stats/log_collector.cc | 25 ++
src/stats/log_collector.h | 6 +
src/storage/batch_debugger.h | 2 +-
src/storage/batch_extractor.cc | 57 +--
src/storage/compact_filter.cc | 16 +-
src/storage/compaction_checker.cc | 26 +-
src/storage/event_listener.cc | 94 ++---
src/storage/iterator.h | 4 +-
src/storage/rdb/rdb.cc | 40 +-
src/storage/scripting.cc | 4 +-
src/storage/storage.cc | 91 +++--
tests/gocase/go.mod | 1 -
tests/gocase/go.sum | 2 -
tests/gocase/unit/sst/sst_load_test.go | 609 -------------------------------
tests/gocase/unit/type/zset/zset_test.go | 20 +
x.py | 17 +-
27 files changed, 358 insertions(+), 941 deletions(-)
delete mode 100644 tests/gocase/unit/sst/sst_load_test.go